[Bug 745724] jpegparse: set framerate to 0/1 when duration is not known
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Feb 19 14:57:48 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=745724
Guillermo Rodriguez <guillerodriguez.dev at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guillerodriguez.dev at gmail.c
| |om
--- Comment #14 from Guillermo Rodriguez <guillerodriguez.dev at gmail.com> ---
Just stumbled upon this one.
The following pipeline results in a sluggish 1 fps playback (source stream is
approx 10fps):
gst-launch-1.0 souphttpsrc is-live=true location=... ! jpegparse ! avdec_mjpeg
! autovideosink
This works fine:
gst-launch-1.0 souphttpsrc is-live=true location=... ! image/jpeg,framerate=0/1
! jpegparse ! avdec_mjpeg ! autovideosink
I too believe that jpegparse should default to 0/1, and not 1/1, if the source
does not set the framerate.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list