mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
tests: videorate: remove obsolete color-matrix caps field
This commit is contained in:
parent
9d5b1be2f0
commit
67b29f85a2
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ static GstPad *mysrcpad, *mysinkpad;
|
|||
"width = (int) 240, " \
|
||||
"height = (int) 120, " \
|
||||
"framerate = (fraction) 999/7 , " \
|
||||
"format = (string) I420, " \
|
||||
"color-matrix=(string)sdtv"
|
||||
"format = (string) I420"
|
||||
|
||||
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
|
|
Loading…
Reference in a new issue