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.
This commit is contained in:
parent
8b9904b6d0
commit
b057e786a4
@ -1059,8 +1059,6 @@ recorder_pipeline_set_caps (RecorderPipeline *pipeline)
|
|||||||
#else
|
#else
|
||||||
"format", G_TYPE_STRING, "xRGB",
|
"format", G_TYPE_STRING, "xRGB",
|
||||||
#endif
|
#endif
|
||||||
"bpp", G_TYPE_INT, 32,
|
|
||||||
"depth", G_TYPE_INT, 24,
|
|
||||||
"framerate", GST_TYPE_FRACTION, pipeline->recorder->framerate, 1,
|
"framerate", GST_TYPE_FRACTION, pipeline->recorder->framerate, 1,
|
||||||
"width", G_TYPE_INT, pipeline->recorder->area.width,
|
"width", G_TYPE_INT, pipeline->recorder->area.width,
|
||||||
"height", G_TYPE_INT, pipeline->recorder->area.height,
|
"height", G_TYPE_INT, pipeline->recorder->area.height,
|
||||||
|
Loading…
Reference in New Issue
Block a user