qtdemux: add support for VP6F VP6 flash codec
authorYury Delendik <async.processingjs@yahoo.com>
Sat, 27 Apr 2013 08:39:45 +0000 (09:39 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 27 Apr 2013 08:39:45 +0000 (09:39 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=699010

gst/isomp4/qtdemux.c

index 2bc7d2e..93f9a0f 100644 (file)
@@ -9689,6 +9689,10 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
       _codec ("VP3");
       caps = gst_caps_new_empty_simple ("video/x-vp3");
       break;
+    case GST_MAKE_FOURCC ('V', 'P', '6', 'F'):
+      _codec ("VP6 Flash");
+      caps = gst_caps_new_empty_simple ("video/x-vp6-flash");
+      break;
     case GST_MAKE_FOURCC ('X', 'i', 'T', 'h'):
       _codec ("Theora");
       caps = gst_caps_new_empty_simple ("video/x-theora");