[Bug 786173] vaapi h264 decoder corrupted frame when there is resolution change

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 14 08:50:34 UTC 2017


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

Hyunjun Ko <zzoon at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zzoon at igalia.com

--- Comment #1 from Hyunjun Ko <zzoon at igalia.com> ---
Please make it using byte-stream instead of avc when you want to change
configuration in the middle of the stream.

In your case, put capsfilter "video/x-h264,stream-format=byte-stream" before
h264parse element (after depay element) in your decoding pipeline.

I confirmed that your example is working after modification above.

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