asfdemux: Update for libgstriff API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Jan 2012 14:12:26 +0000 (15:12 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Jan 2012 09:37:04 +0000 (10:37 +0100)
Still needs to handle audio channel reordering.

gst/asfdemux/gstasfdemux.c

index 8e1103e..f70522a 100644 (file)
@@ -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",