[pinpoint] Fix 0.10 style caps



commit 3fffa6a64c69508e795bcdf6a5a90148251b809a
Author: Nicolas Dufresne <nicolas dufresne collabora com>
Date:   Thu Jul 3 12:32:04 2014 -0400

    Fix 0.10 style caps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732699

 pp-clutter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pp-clutter.c b/pp-clutter.c
index 3f1a9bf..f05946e 100644
--- a/pp-clutter.c
+++ b/pp-clutter.c
@@ -1173,7 +1173,7 @@ setup_camera (PinPointRenderer *renderer,
                        "texture", texture, NULL);
 
   /* make videotestsrc spit the format we want */
-  caps = gst_caps_new_simple ("video/x-raw-yuv", NULL);
+  caps = gst_caps_new_simple ("video/x-raw", NULL);
 
   if (point->camera_framerate)
     {


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