Problem with jpegparse and timestamps
Guillermo Rodriguez Garcia
guille.rodriguez at gmail.com
Tue Mar 30 16:08:11 UTC 2021
Hi all,
I have been using gstreamer to stream live video from mjpeg cameras with a
pipeline like this:
gst-launch-1.0 souphttpsrc is-live=true location=<camera_url> !
multipartdemux ! image/jpeg,framerate=0/1 ! jpegparse ! avdec_mjpeg !
videoconvert ! ximagesink
This was working fine with 1.14.x.
Recently I upgraded gstreamer to a more recent version and the above does
not work well anymore. Video stutters or freezes.
I ran git bisect and found the following commit to be the culprit:
https://github.com/GStreamer/gst-plugins-bad/commit/5c52f866ad36784fd66a6bd74915bfb911915ae7
If I revert that commit, the pipeline works fine again.
Is this the expected behaviour? Can someone shed some light?
Thanks,
Guillermo Rodriguez Garcia
guille.rodriguez at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210330/4e27b294/attachment.htm>
More information about the gstreamer-devel
mailing list