diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-01 10:50:57 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-01 10:50:57 +0000 |
commit | 1b6c3e0efa775296d2c814882c3feb2ce35b7539 (patch) | |
tree | 039e6f440780653391016c80214e01bed0312e86 /ChangeLog | |
parent | 18d9e0f874ad7ff54c1029006fde8510e3e18271 (diff) | |
download | gst-plugins-bad-1b6c3e0efa775296d2c814882c3feb2ce35b7539.tar.gz gst-plugins-bad-1b6c3e0efa775296d2c814882c3feb2ce35b7539.tar.bz2 gst-plugins-bad-1b6c3e0efa775296d2c814882c3feb2ce35b7539.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * 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. + +2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture): Don't actually error out if we get another return value than -EINVAL. Opposite to what I first thought, drivers have random |