[Bug 745107] glimagesink: implement GstVideoOverlayCompositionMeta

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Feb 28 03:19:52 PST 2015


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
The idea being GstVideoOverlayCompositionMeta is to instruct downstream
elements to do the overlaying operation.

In this case, glimagesink could state it can handle it (return it in the
supported meta in the allocation query), and when it sees an incoming buffer
with that meta on it upload the overlayed buffer and ask the gpu to blend it.

The pipeline wouldn't change (except that the pipeline xavier gave is wrong, I
imagine it's s/playbin/decodebin/), textoverlay would figure out that
glimagesink can do overlay, and therefore not "burn in" the overlay but instead
attach the information in the meta.

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