mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
is a typo here? gstv4l2object.c
This commit is contained in:
parent
9d42b2dd5d
commit
9dcb626e3a
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@ gst_v4l2_object_v4l2fourcc_to_bare_struct (guint32 fourcc)
|
|||
break;
|
||||
case V4L2_PIX_FMT_MPEG1:
|
||||
structure = gst_structure_new ("video/mpeg",
|
||||
"mpegversion", G_TYPE_INT, 2, NULL);
|
||||
"mpegversion", G_TYPE_INT, 1, NULL);
|
||||
break;
|
||||
case V4L2_PIX_FMT_MPEG2:
|
||||
structure = gst_structure_new ("video/mpeg",
|
||||
|
|
Loading…
Reference in a new issue