[Bug 750865] gst-libav crash
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 24 03:38:25 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750865
--- Comment #31 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So what happens here is that for some reason parser or whatever is not updating
the caps when the size changes, plus libav detects the size change and requests
renegotiation in get_buffer() while some old sized buffers are still pending
for a while.
The renegotiation in get_buffer() is a bit troubling, it will always be wrong
(chances are slim that we only get buffers with the new size as decoded output)
but we have to do it to allocate proper sized buffers.
--
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