Thanks Andrey!<br>But The website you posted has not existed...<a href="http://gitorious.org/veter/veter/blobs/master/src/vehicle/VideoSenderThread.cpp#line264" target="_blank">http://gitorious.org/veter/veter/blobs/master/src/vehicle/VideoSenderThread.cpp#line264</a><br>

Could you please give me another example about adjusting the caps filter?<br>Thank you very much!<br><br>Tom<br><br><div class="gmail_quote">On Thu, Mar 10, 2011 at 2:58 AM, Andrey Nechypurenko <span dir="ltr">&lt;<a href="mailto:andreynech@googlemail.com">andreynech@googlemail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Tom,<br>
<div class="im"><br>
&gt; I use<br>
&gt; gst-launch filesrc &quot;location=video/1.MPG&quot; ! decodebin ! videorate !<br>
&gt; video/x-raw-yuv, width=640,height=480,framerate=25/1 ! ffmpegcolorspace !<br>
&gt; jpegenc ! multipartmux ! tcpserversink host=192.168.2.1 port=$portNumber<br>
&gt; to stream a video and can change the video frame rate in this way.<br>
&gt; But in this way the frame rate is fixed (i.e., framerate=25/1 here).<br>
&gt;<br>
&gt; I want to change the framerate in REALTIME when video is PLAYING  ---<br>
&gt; during the streaming of this video, I can change the framerate anytime I<br>
&gt; want.<br>
<br>
</div>Then you need to modify the pipeline from your application. In<br>
particular, you need to adjust the caps filter. Here you can find an<br>
example how to do it:<br>
<a href="http://gitorious.org/veter/veter/blobs/master/src/vehicle/VideoSenderThread.cpp#line264" target="_blank">http://gitorious.org/veter/veter/blobs/master/src/vehicle/VideoSenderThread.cpp#line264</a><br>
It changes width and height property of the named (qos-caps) caps<br>
filter by pausing the videoscale element in front of it, updating<br>
width and height properties and then un-pausing the videoscale. So in<br>
your case you can update the framerate property. However, as Kapil<br>
pointed out to work properly, the downstream elements should be able<br>
to re-negotiate the new format.<br>
<br>
HTH,<br>
<font color="#888888">Andrey.<br>
</font><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>