[Bug 753850] gl: overlay composition negotation with the sink fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 21 15:18:01 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #309844|0                           |1
        is obsolete|                            |

--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 309849
  --> https://bugzilla.gnome.org/attachment.cgi?id=309849&action=edit
basetransform: Reconfigure before propose_allocation

There exist cases where a reconfigure event was propagated from
downstream, but caps didn't change. In this case, we would
reconfigure only when the next buffer arrives. The problem is that
due to the allocation query being cached, the return query parameters
endup outdated.

In this patch we refactor the reconfigurating code into a function, and
along with reconfiguring when a new buffer comes in, we also reconfigure
when a query allocation arrives.

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