summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-06-11 22:17:45 +0200
committerWim Taymans <wtaymans@redhat.com>2014-06-12 16:56:44 +0200
commit4a2a21ea4cfbec9fe103a871d57feaa6bdaae219 (patch)
tree5c832775205dcc90ed19a77b4ce423bec2fc70d0
parent06bfa2fd65d77d1424c67616a5012a8024f8c40e (diff)
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.
-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,