summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-01 10:50:57 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-01 10:50:57 +0000
commit1b6c3e0efa775296d2c814882c3feb2ce35b7539 (patch)
tree039e6f440780653391016c80214e01bed0312e86 /ChangeLog
parent18d9e0f874ad7ff54c1029006fde8510e3e18271 (diff)
downloadgst-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a615b83d..f75ec549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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