I am working with this pipeline:<br>gnomevfssrc name=&quot;camsrc&quot; do-timestamp=true location=&quot;%s&quot; ! multipartdemux ! jpegdec ! \<br>
timeoverlay valign=&quot;bottom&quot; text=&quot;Frame Time&quot; shaded-background=true ! \<br>
clockoverlay text=&quot;clock time:&quot; shaded-background=true ! ffmpegcolorspace ! \<br>
ximagesink force-aspect-ratio=&quot;true&quot;<br><br>When I run it there is a lot of messages printed in the console and they look like this:<br><br>GStreamer-CRITICAL **: gst_util_uint64_scale_int: assertion `denom &gt; 0&#39; failed<br>
<br>This happens when I run the pipeline either with gst-launch or a specifically designed python app. The question is: Why do I keep getting this messages on the console?<br><br><br>I hope someone can give some advice.<br>
Noe.<br>