[Bug 702112] waylandsink: add support for RGBx and RGBA formats

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 14 07:05:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702112
  GStreamer | gst-plugins-bad | 1.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #246809|none                        |needs-work
             status|                            |

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2013-06-14 14:05:16 UTC ---
Review of attachment 246809:
 --> (https://bugzilla.gnome.org/review?bug=702112&attachment=246809)

::: ext/wayland/gstwaylandsink.c
@@ +63,3 @@
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
+    GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE ("{xRGB, ARGB, BGRx, BGRA}"))

#if G_BYTE_ORDER == G_LITTLE_ENDIAN
#define CAPS "BGRx, BGRA"
#else
#define CAPS "xRGB, ARGB"
#endif

static GstStaticPadTemplate .....
  GST_STATIC_CAPS (CAPS)....

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