summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@greynoise.nl>2013-02-03 14:30:36 +0100
committerSjoerd Simons <sjoerd@luon.net>2013-02-11 22:05:00 +0100
commitadb6aa6b724de4c239c7feaafa6afcd63feb01dc (patch)
tree0da06f3148fd49d3f1538b124430bf6197ae6db8 /sys
parentbad01ceead979072304ee12271f066b6e2441a8d (diff)
downloadgstreamer-plugins-bad-adb6aa6b724de4c239c7feaafa6afcd63feb01dc.tar.gz
uvch264: Fix NV21 vs NV12 typo
Diffstat (limited to 'sys')
-rw-r--r--sys/uvch264/gstuvch264_mjpgdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/uvch264/gstuvch264_mjpgdemux.c b/sys/uvch264/gstuvch264_mjpgdemux.c
index 8a5dd2fe1..bc6e5cc48 100644
--- a/sys/uvch264/gstuvch264_mjpgdemux.c
+++ b/sys/uvch264/gstuvch264_mjpgdemux.c
@@ -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 ] ")
);