[Bug 700006] audio/video: base classes have suboptimal error handling when allocating a buffer not via a bufferpool

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 24 08:26:58 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700006
  GStreamer | gst-plugins-base | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-24 15:26:53 UTC ---
commit b8c6413a8efebd2272eb98171f3dcf936c20ae0b
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date:   Fri May 24 16:52:50 2013 +0200

    audio: Always provide a buffer in
gst_audio_(enc|dec)oder_allocate_output_buffer()

    We have no way of tell the caller of the exact error (e.g. if we're
flushing),
    so will have to wait until the caller uses API that returns a
GstFlowReturn,
    for example when pushing this buffer.

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

commit 0c2c909497f5f97074cf1b0d26bd14939f892b6f
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date:   Fri May 24 16:51:17 2013 +0200

    video: Always provide a buffer in
gst_video_(enc|dec)oder_allocate_output_buffer()

    We have no way of tell the caller of the exact error (e.g. if we're
flushing),
    so will have to wait until the caller uses API that returns a
GstFlowReturn,
    for example when pushing this buffer.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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