[gnome-shell] shell-recorder: depth and bpp are no more in 1.0



commit b057e786a4f3833ba043b3f9cce81ff462f6ed77
Author: Wim Taymans <wtaymans redhat com>
Date:   Wed Jun 11 22:17:45 2014 +0200

    shell-recorder: depth and bpp are no more in 1.0
    
    Remove 0.10 style bpp and depth, they are not needed anymore, the
    format specifies the layout completely.

 src/shell-recorder.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/shell-recorder.c b/src/shell-recorder.c
index 2cd4cf3..f0b3a64 100644
--- a/src/shell-recorder.c
+++ b/src/shell-recorder.c
@@ -1059,8 +1059,6 @@ recorder_pipeline_set_caps (RecorderPipeline *pipeline)
 #else
                               "format", G_TYPE_STRING, "xRGB",
 #endif
-                              "bpp", G_TYPE_INT, 32,
-                              "depth", G_TYPE_INT, 24,
                               "framerate", GST_TYPE_FRACTION, pipeline->recorder->framerate, 1,
                               "width", G_TYPE_INT, pipeline->recorder->area.width,
                               "height", G_TYPE_INT, pipeline->recorder->area.height,


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