mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
v4l2src: Fix merge
This commit is contained in:
parent
deb7cdcdda
commit
e7a76badc5
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ gst_v4l2_object_v4l2fourcc_to_structure (guint32 fourcc)
|
|||
/* FIXME: get correct fourccs here */
|
||||
break;
|
||||
case V4L2_PIX_FMT_H264: /* H.264 */
|
||||
structure = gst_structure_new ("video/x-h264", NULL);
|
||||
structure = gst_structure_new_empty ("video/x-h264");
|
||||
break;
|
||||
case V4L2_PIX_FMT_RGB332:
|
||||
case V4L2_PIX_FMT_RGB555X:
|
||||
|
|
Loading…
Reference in a new issue