[Bug 789835] Video playback on some applications brings system to a halt

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 3 02:24:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789835

--- Comment #4 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Thanks! It would still be helpful if you could share the exact version of
gstreamer and its plugins that you are using.

For what it's worth on my end with git master nothing gets decoded and I get a
lot of libav errors, with 1.12.3 it plays just fine, I do not get any sort of
lockups but I also am not using vaapi.

Could you try if you get the same problems with a manually constructed pipeline
such as:

gst-launch-1.0 uridecodebin uri=file:///path/to/media ! video/x-raw !
videoconvert ! xvimagesink

And assuming you have gst-libav installed:

gst-launch-1.0 filesrc location=/path/to/media ! qtdemux ! queue ! avdec_h264 !
videoconvert ! xvimagesink

-- 
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