add s263 4CC code to qtdemux too
authorStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 13 Dec 2004 00:54:14 +0000 (00:54 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 13 Dec 2004 00:54:14 +0000 (00:54 +0000)
Original commit message from CVS:
add s263 4CC code to qtdemux too

ChangeLog
gst/qtdemux/qtdemux.c

index a1e8ba8..0086c45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 14187c4..5babfe7 100644 (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");