How can I switch between audio tracks in a video using PyGST, but without using playbin2? I'm using this pipeline, but I have no idea about how to select a specific audio stream in the video and connecting it to the audiosink:
uridecodebin name=pipe1 pipe1. ! videobalance name=balance ! textoverlay name=text ! xvimagesink name=videosink pipe1. ! volume name=volume ! autoaudiosink name=audiosink
Any example would be useful. Thank you