mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
qtdeux: IV32 is also used for Indeo 3 video streams
This commit is contained in:
parent
498b62c5ba
commit
a782ef3ce8
1 changed files with 1 additions and 0 deletions
|
@ -7292,6 +7292,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
|
|||
caps = gst_caps_new_simple ("video/x-rle",
|
||||
"layout", G_TYPE_STRING, "quicktime", NULL);
|
||||
break;
|
||||
case GST_MAKE_FOURCC ('I', 'V', '3', '2'):
|
||||
case GST_MAKE_FOURCC ('i', 'v', '3', '2'):
|
||||
_codec ("Indeo Video 3");
|
||||
caps = gst_caps_new_simple ("video/x-indeo",
|
||||
|
|
Loading…
Reference in a new issue