summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shell-recorder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell-recorder.c b/src/shell-recorder.c
index 2cd4cf35..f0b3a642 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,