<div dir="ltr">Thank you, <div>l think I will rewrite code to C.  Thank you all.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/18 Marc Olzheim <span dir="ltr"><<a href="mailto:marc@your.tv" target="_blank">marc@your.tv</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Sep 17, 2013 at 10:07:21PM +0100, Tim-Philipp M?ller wrote:<br>
> > Thank you,  but It works only in gstreamer 1.0 but not in 0.10, and I<br>
> > am  using  python bindings which are available only for 0.10.<br>
> > Or I am wrong?<br>
><br>
> gst-launch-0.10 videotestsrc ! video/x-raw-rgb,framerate=25/1 !<br>
> videorate ! video/x-raw-rgb,framerate=1/5 ! ximagesink<br>
><br>
> works fine in 0.10 too.<br>
><br>
> There are python bindings for both 0.10 and 1.0, but they're slightly<br>
> different. In 1.0 you need to use the pygi bindings, in 0.10 the pygst<br>
> bindings.<br>
><br>
> <a href="https://wiki.ubuntu.com/Novacut/GStreamer1.0" target="_blank">https://wiki.ubuntu.com/Novacut/GStreamer1.0</a> shows some of the<br>
> differences.<br>
><br>
> Anyway, what you want to do with videorate should work fine in both<br>
> versions.<br>
<br>
</div>Do note that the GstFraction type (as used for the framerate) is not<br>
supported in pygi. Using capabilities in string form like in the example<br>
should probably circumvent that issues though.<br>
<span class="HOEnZb"><font color="#888888"><br>
Marc<br>
</font></span><div class="HOEnZb"><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></div>