mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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;
|
||||
}
|
||||
case FOURCC_lpcm:
|
||||
case FOURCC_in24:
|
||||
case FOURCC_in32:
|
||||
case FOURCC_fl32:
|
||||
case FOURCC_fl64:
|
||||
case FOURCC_s16l:
|
||||
/* Fully handled elsewhere */
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue