gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used to do).
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 1 Oct 2004 10:50:57 +0000 (10:50 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 1 Oct 2004 10:50:57 +0000 (10:50 +0000)
commit1b6c3e0efa775296d2c814882c3feb2ce35b7539
tree039e6f440780653391016c80214e01bed0312e86
parent18d9e0f874ad7ff54c1029006fde8510e3e18271
gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used to do).

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_audio_caps_with_data):
Add codec_data handling (like asfdemux used to do).
* gst/asfdemux/gstasf.c: (plugin_init):
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
(gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
Use riff-media for caps creation instead of our own (mostly
broken) copy of its functions.
ChangeLog
gst-libs/gst/riff/riff-media.c