From b057e786a4f3833ba043b3f9cce81ff462f6ed77 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 11 Jun 2014 22:17:45 +0200 Subject: [PATCH] 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 file changed, 2 deletions(-) diff --git a/src/shell-recorder.c b/src/shell-recorder.c index 2cd4cf359..f0b3a6424 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,