<div dir="ltr"><div>Hi Noe ,</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; Your problem is because clockoverlay element works on YUV 4:2:0 data ( see caps by doing gst-inspect clockoverlay ) that means it&nbsp;expects YUV 4:2:0 data from previous element and sends YUV 4:2:0 data&nbsp;also to next element .&nbsp;&nbsp;But&nbsp;ximagesink works on RGB data&nbsp;thats why&nbsp;you can&#39;t connect these tow elements&nbsp;.&nbsp;</div>

<div>&nbsp;&nbsp; To solve this problem insert clockoverlay just after decodbin element .&nbsp;&nbsp;&nbsp;<br></div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Oct 2, 2008 at 12:37 AM, Noe Nieto <span dir="ltr">&lt;<a href="mailto:tzicatl@gmail.com">tzicatl@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">Hi, I had posted this topic before but I am unsure if it reached the mailing list.<br><br>I have an app that displays MJPEG Streams from webcam cameras that looks like the following:<br><br>gst-launch-0.10 gnomevfssrc location=&quot;<a href="http://ip/image?speed=25" target="_blank">http://ip/image?speed=25</a>&quot; ! decodebin ! ffmpegcolorspace ! videoscale ! ximagesink force-aspect-ratio=&quot;true&quot;<br>
<br>But when I add a clockoverlay element between the videoscale and ximagesink, the video gets frozen. Looks like it just displays the first frame.<br><br>Can someone please, help me? What I am doing wrong.<br><br>Noe Nieto.<br>
</div><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br><a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br></div>