[clutter-gst/clutter-gst-3.0] video-sink: Fix template caps



commit 16e287290ae490db5239414ea02d54fa45c304eb
Author: Nicolas Dufresne <nicolas dufresne collabora com>
Date:   Mon Dec 7 16:22:29 2015 -0500

    video-sink: Fix template caps
    
    Use RGBx/BGRx instead of RGBX and BGRX
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759206

 clutter-gst/clutter-gst-video-sink.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index 25176fa..673630f 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -98,8 +98,8 @@ GST_DEBUG_CATEGORY_STATIC (clutter_gst_video_sink_debug);
   "I420,"                                       \
   "RGBA,"                                       \
   "BGRA,"                                       \
-  "RGBX,"                                       \
-  "BGRX,"                                       \
+  "RGBx,"                                       \
+  "BGRx,"                                       \
   "RGB,"                                        \
   "BGR,"                                        \
   "NV12 }"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]