<div dir="ltr">Hi all,<div><br></div><div>I have been using gstreamer to stream live video from mjpeg cameras with a pipeline like this:</div><div><br></div><div>gst-launch-1.0 souphttpsrc is-live=true location=<camera_url> ! multipartdemux ! image/jpeg,framerate=0/1 ! jpegparse ! avdec_mjpeg ! videoconvert ! ximagesink<br clear="all"><div><br></div><div>This was working fine with 1.14.x.</div><div>Recently I upgraded gstreamer to a more recent version and the above does not work well anymore. Video stutters or freezes.</div><div><br></div><div>I ran git bisect and found the following commit to be the culprit:</div><div><br></div><div><a href="https://github.com/GStreamer/gst-plugins-bad/commit/5c52f866ad36784fd66a6bd74915bfb911915ae7">https://github.com/GStreamer/gst-plugins-bad/commit/5c52f866ad36784fd66a6bd74915bfb911915ae7</a><br></div><div><br></div><div>If I revert that commit, the pipeline works fine again.</div><div><br></div><div>Is this the expected behaviour? Can someone shed some light?</div><div><br></div><div>Thanks,</div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Guillermo Rodriguez Garcia<br><a href="mailto:guille.rodriguez@gmail.com" target="_blank">guille.rodriguez@gmail.com</a></div></div></div>