mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
qtdemux: 24 bit audio here is S24LE, not S24_3LE.
This commit is contained in:
parent
5d1ed54814
commit
1026970347
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue