add s263 4CC code to qtdemux too

Original commit message from CVS:
add s263 4CC code to qtdemux too
This commit is contained in:
Stéphane Loeuillet 2004-12-13 00:54:14 +00:00
parent fc108fdf7c
commit 82ccc32e94
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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");