fstr = g_strdup_printf ("%" GST_FOURCC_FORMAT, GST_FOURCC_ARGS (fourcc));
GST_DEBUG ("fourcc: %s", fstr);
- pad->caps = gst_riff_create_audio_caps (fourcc, NULL, NULL, NULL, NULL, NULL);
+ /* FIXME: Need to do something with the reorder map */
+ pad->caps =
+ gst_riff_create_audio_caps (fourcc, NULL, NULL, NULL, NULL, NULL, NULL);
GST_LOG ("sample rate: %d", pad->granulerate_n);
if (pad->granulerate_n == 0)
GST_WARNING_OBJECT (ogm, "cannot parse subtype %s", ogm->hdr.subtype);
}
+ /* FIXME: Need to do something with the reorder map */
caps =
- gst_riff_create_audio_caps (codec_id, NULL, NULL, NULL, NULL, NULL);
+ gst_riff_create_audio_caps (codec_id, NULL, NULL, NULL, NULL, NULL,
+ NULL);
if (caps == NULL) {
GST_WARNING_OBJECT (ogm, "no audio caps for codec %u found", codec_id);