mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
add s263 4CC code to qtdemux too
Original commit message from CVS: add s263 4CC code to qtdemux too
This commit is contained in:
parent
fc108fdf7c
commit
82ccc32e94
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* gst/wavenc/riff.h
|
||||
* gst-libs/gst/riff/riff-ids.h
|
||||
* gst-libs/gst/riff/riff-media.c
|
||||
* gst/qtdemux/qtdemux.c:
|
||||
add new 4CC codes for h263 related codecs
|
||||
fixes partially bug #155163
|
||||
|
||||
|
|
|
@ -2511,6 +2511,7 @@ qtdemux_video_caps (GstQTDemux * qtdemux, guint32 fourcc,
|
|||
case GST_MAKE_FOURCC ('g', 'i', 'f', ' '):
|
||||
return gst_caps_from_string ("image/gif");
|
||||
case GST_MAKE_FOURCC ('h', '2', '6', '3'):
|
||||
case GST_MAKE_FOURCC ('s', '2', '6', '3'):
|
||||
/* H.263 */
|
||||
/* ffmpeg uses the height/width props, don't know why */
|
||||
return gst_caps_from_string ("video/x-h263");
|
||||
|
|
Loading…
Reference in a new issue