[Bug 797169] compositor: Remove crossfade property and implement a more extensible interface like in glvideomixer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Oct 27 16:53:55 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797169
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #374069|none |needs-work
status| |
--- Comment #32 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 374069:
--> (https://bugzilla.gnome.org/review?bug=797169&attachment=374069)
::: tests/examples/compositor/crossfade.c
@@ +58,1 @@
+ g_object_set (sinkpad, "operator", info->is_last ? 2 : 0, NULL);
This works for 2 streams, need to implement the correct behaviour for more than
2 streams tomorrow
@@ +94,3 @@
NULL);
+ gst_util_set_object_arg (G_OBJECT (compositor), "background", "checker");
Currently has checkers background to make sure that the background does not
leak through, should be black again later :)
--
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