[Bug 762620] Playback stutters with avdec_h264 via glimagesink on OSX
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 25 00:12:50 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=762620
Jan Schmidt <thaytan at noraisin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at noraisin.net
--- Comment #2 from Jan Schmidt <thaytan at noraisin.net> ---
Try this:
gst-launch-1.0 filesrc location=/PATH/TO/claudia_aac.mov ! qtdemux name=mux
mux.video_0 ! avdec_h264 output-corrupt=false ! videoconvert ! queue
max-size-buffers=2 ! glupload ! glimagesink
Adding a queue means the decoder isn't stuck waiting for frame display before
it can start decoding the next frame.
--
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