<div dir="ltr"><div>May be adding a pad probe function on the might help you here.<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-add-probe">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-add-probe</a><br>
<br><br></div><div>In the probe function, you can  parse the needed data (and subsequently drop it, so it is not forwarded to the <br>downstream elements).<br></div><div><br></div>~Vikram<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Dec 3, 2013 at 11:27 AM, amar <span dir="ltr"><<a href="mailto:asontakke@phonologies.com" target="_blank">asontakke@phonologies.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi,<br><div><br>I am writing a pipeline which is receiving rtp PCMU on 
one port and rtp H263p on other port and mux it into a .mpg file. Up to 
this part its working fine. <br>
I want to catch rtp DTMF which come on the same port which used to 
receive PCMU. I wrote bus watch function for catching 
GST_MESSAGE_ELEMENT singnal, But I am unable to get it. <br>How can I catch the DTMF value come on audio port ?<br>
<br>Thanks,<br>Amar</div></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>