[Bug 786173] vaapi h264 decoder corrupted frame when there is resolution change
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 15 08:08:54 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786173
--- Comment #6 from Hyunjun Ko <zzoon at igalia.com> ---
This crash is caused by the case of exceeding the buffer size of udpsrc.
When 1080p is streamed, slice might be over 65536, which can be failed to parse
entire slice IDR.
@Matteo, please increase buffer-size of udpsrc.
@Victor, do we need to prevent this crash in decoder if something like this
happens?
--
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