mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-08 00:59:48 +00:00
qtdemux: identify IMA adpcm in qt properly.
This commit is contained in:
parent
5219267073
commit
fe9415544e
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue