[gstreamer-bugs] [Bug 621332] BaseTransform should disable proxy alloc if downstream changes caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 26 06:20:09 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=621332
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|0.10.30                     |0.10.31

--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> 2010-08-26 13:20:02 UTC ---
The easiest solution is to let basetransform attempt to find an alternative
format when the downstream suggestion is impossible.

commit f8abf35000570a8afe64268b430e998e2d735e61
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Thu Aug 26 15:12:49 2010 +0200

    basetransform: recover from invalid downstream suggestions

    When we are handling a buffer and need to allocate an output buffer, handle
the
    case when downstream suggests us a format that we can't convert the input
buffer
    to. In that case, check if there is another format available downstream
instead
    of failing.

    Fixes #621332 and see also #614296

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