mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
asfdemux: Update for libgstriff API changes
Still needs to handle audio channel reordering.
This commit is contained in:
parent
e6a8918b68
commit
e3f1b21660
1 changed files with 2 additions and 1 deletions
|
@ -2196,8 +2196,9 @@ gst_asf_demux_add_audio_stream (GstASFDemux * demux,
|
|||
|
||||
/* asf_stream_audio is the same as gst_riff_strf_auds, but with an
|
||||
* additional two bytes indicating extradata. */
|
||||
/* FIXME: Handle the channel reorder map here */
|
||||
caps = gst_riff_create_audio_caps (audio->codec_tag, NULL,
|
||||
(gst_riff_strf_auds *) audio, extradata, NULL, &codec_name);
|
||||
(gst_riff_strf_auds *) audio, extradata, NULL, &codec_name, NULL);
|
||||
|
||||
if (caps == NULL) {
|
||||
caps = gst_caps_new_simple ("audio/x-asf-unknown", "codec_id",
|
||||
|
|
Loading…
Reference in a new issue