[Bug 702112] waylandsink: add support for RGBx and RGBA formats
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 18 04:35:01 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 #246816|none |needs-work
status| |
--- Comment #9 from Sebastian Dröge <slomo at circular-chaos.org> 2013-06-18 11:34:57 UTC ---
Review of attachment 246816:
--> (https://bugzilla.gnome.org/review?bug=702112&attachment=246816)
::: ext/wayland/gstwaylandsink.c
@@ +135,3 @@
+
+ for (i = 0; i < G_N_ELEMENTS (formats); i++)
+ if (formats[i].wl_format == wl_format)
You realize that this will always print xRGB or ARGB, never BGRx and BGRA? :)
--
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