diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 11e83da91d..7865eee2dd 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -15895,6 +15895,12 @@ qtdemux_audio_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, } break; } + case GST_MAKE_FOURCC ('a', 'c', '-', '4'): + { + _codec ("AC4"); + caps = gst_caps_new_empty_simple ("audio/x-ac4"); + break; + } case GST_MAKE_FOURCC ('q', 't', 'v', 'r'): /* ? */ default: