mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtdemux: Don't print "unhandled type" warnings for various other raw audio fourccs
This commit is contained in:
parent
65b30ecce6
commit
2c5f6e508c
1 changed files with 5 additions and 0 deletions
|
@ -12722,6 +12722,11 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case FOURCC_lpcm:
|
case FOURCC_lpcm:
|
||||||
|
case FOURCC_in24:
|
||||||
|
case FOURCC_in32:
|
||||||
|
case FOURCC_fl32:
|
||||||
|
case FOURCC_fl64:
|
||||||
|
case FOURCC_s16l:
|
||||||
/* Fully handled elsewhere */
|
/* Fully handled elsewhere */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue