[Bug 745006] video-converter: Add frame 'alpha' property to video-converter

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 24 05:47:08 PST 2015


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

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 297754
  --> https://bugzilla.gnome.org/attachment.cgi?id=297754
add alpha property to video-converter

>--- a/gst-libs/gst/video/video-format.h
>+++ b/gst-libs/gst/video/video-format.h
>@@ -251,7 +251,7 @@ typedef void (*GstVideoFormatUnpack)         (const GstVideoFormatInfo *info,
>                                               GstVideoPackFlags flags, gpointer dest,
>                                               const gpointer data[GST_VIDEO_MAX_PLANES],
>                                               const gint stride[GST_VIDEO_MAX_PLANES],
>-                                              gint x, gint y, gint width);
>+                                              gint x, gint y, gint width, guint alpha);

Can't do that, it breaks API/ABI.

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