<div dir="ltr">Try using blocking pad probes to block on the source or sink corresponding to the audio source you want to enable/disable.  These can be installed and removed during runtime when using C or python based pipelines.  <br><br>I use something like gst_pad_add_probe(<src_or_sink_pad>, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, <audio_probe_cb>, NULL, NULL); in my application.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 6, 2016 at 2:17 PM, Natanael Mojica <span dir="ltr"><<a href="mailto:neithanmo@gmail.com" target="_blank">neithanmo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Hi..</p>
<p dir="ltr">Do you want to do differents paths and encoding settings for each audio stream??and then select between  then for feeding the audio sink??<br>
If it is the case, audio mixer is a good option, you can set the mute property dinamically..</p>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>