qtdemux: identify IMA adpcm in qt properly.
authorMichael Smith <msmith@songbirdnest.com>
Wed, 18 Nov 2009 01:59:13 +0000 (17:59 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Wed, 18 Nov 2009 01:59:13 +0000 (17:59 -0800)
gst/qtdemux/qtdemux.c

index fae3743..94ca1fd 100644 (file)
@@ -6640,11 +6640,9 @@ qtdemux_audio_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
       break;
     case 0x1100736d:
     case 0x6d730011:
-      _codec ("IMA Loki SDL MJPEG ADPCM");
-      /* Loki ADPCM, See #550288 for a file that only decodes
-       * with the smjpeg variant of the ADPCM decoder. */
+      _codec ("DVI/IMA ADPCM");
       caps = gst_caps_new_simple ("audio/x-adpcm",
-          "layout", G_TYPE_STRING, "smjpeg", NULL);
+          "layout", G_TYPE_STRING, "dvi", NULL);
       break;
     case 0x1700736d:
     case 0x6d730017: