I am working with this pipeline:<br>gnomevfssrc name="camsrc" do-timestamp=true location="%s" ! multipartdemux ! jpegdec ! \<br>
timeoverlay valign="bottom" text="Frame Time" shaded-background=true ! \<br>
clockoverlay text="clock time:" shaded-background=true ! ffmpegcolorspace ! \<br>
ximagesink force-aspect-ratio="true"<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 > 0' 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>