qtdemux: 24 bit audio here is S24LE, not S24_3LE.

This commit is contained in:
Michael Smith 2012-09-20 18:00:59 -07:00
parent 5d1ed54814
commit 1026970347

View file

@ -7171,7 +7171,7 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
} }
if (enda) { if (enda) {
gst_caps_set_simple (stream->caps, gst_caps_set_simple (stream->caps,
"format", G_TYPE_STRING, "S24_3LE", NULL); "format", G_TYPE_STRING, "S24LE", NULL);
} }
break; break;
} }