[Bug 793463] avvidedec: gstlibav video decoder does not unmap the output frame

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 14 18:45:27 UTC 2018


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

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368350|none                        |rejected
             status|                            |

--- Comment #5 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 368350:
 --> (https://bugzilla.gnome.org/review?bug=793463&attachment=368350)

This patch is not really safe, since the frame may still be read by ffmpeg for
later frame construction. The proposal is to implement a remap mechanism, so we
can make it read-only before pushing. This is of course specific to direct
rendering mode, which need to be ported to a new FFMPEG API, hence all this may
be just legacy, to be confirmed. Note that we do unmap the frame, but later on,
generally upon next decoded 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