<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>Thank you Marc, I am working on your approach and trying to get it working well.</span></div><div><br><span></span></div><div><span>BTW, I am working on doing some action to the stream. I am trying to change these caps while streaming, say we would like to adjust the resolution or the frame rate on the fly. I am doing this by firstly pausing the pipeline then using the following </span><span>to adjust the caps:</span></div><div><span>&nbsp;&nbsp;&nbsp; gst_caps_set_simple (filtercaps, "width", G_TYPE_INT, 352, "height", G_TYPE_INT, 288, "framerate", GST_TYPE_FRACTION, 15, 1, NULL);&nbsp;&nbsp;&nbsp; <br></span></div><div><span>&nbsp;after that, I set the pipeline state to playing state. <br></span></div><div><span>the caps (filtercaps) got changed but when I set the state back to playing, it seems that no changes were
 applied!!!</span></div><div><span>any suggestions....</span></div><div><br><span></span></div><div><span>Ibra<br></span></div><div><br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Marc Leeman &lt;marc.leeman@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Discussion of the development of and with GStreamer &lt;gstreamer-devel@lists.freedesktop.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, 27 September 2011, 11:01<br><b><span style="font-weight: bold;">Subject:</span></b> Re: A problem in playing a streamed H264 video over a network<br></font><br>btw, add an h264 parser at the end of your sending pipeline and<br>instruct it to multiplex the configuration data in your stream. It<br>will simplify your
 receiver and make your stream playable by more<br>players.<br><br>-- <br>br, marc<br><br>The best approach for you requires two steps. The first step is<br>reading the Manual.<br>&nbsp; &nbsp; Wolfgang Denk - u-boot mailing list<br>_______________________________________________<br>gstreamer-devel mailing list<br><a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" 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><br></div></div></div></body></html>