mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
uvch264: Fix NV21 vs NV12 typo
This commit is contained in:
parent
bad01ceead
commit
adb6aa6b72
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ GST_STATIC_PAD_TEMPLATE ("nv12",
|
|||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-raw, "
|
||||
"format = (string) NV21, "
|
||||
"format = (string) NV12, "
|
||||
"width = (int) [ 0, MAX ], "
|
||||
"height = (int) [ 0, MAX ], " "framerate = (fraction) [ 0/1, MAX ] ")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue