diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-01 20:42:01 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-01 20:42:01 +0000 |
commit | bf470fb7b3f434f07ef65d381103b881452197be (patch) | |
tree | 6a8b3827a03d546934c9c7d39d9deb31b9d95381 /ChangeLog | |
parent | 35a2c36ec4769b1cacfa188ebcebc2592cbba5f5 (diff) | |
download | gst-plugins-bad-bf470fb7b3f434f07ef65d381103b881452197be.tar.gz gst-plugins-bad-bf470fb7b3f434f07ef65d381103b881452197be.tar.bz2 gst-plugins-bad-bf470fb7b3f434f07ef65d381103b881452197be.zip |
ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_chain):
Make error actually say something useful (fixes #156798).
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_video_template_caps):
Add Intel Video 5.0 fourcc (IV50).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/esd/esdsink.c: (gst_esdsink_chain): + Make error actually say something useful (fixes #156798). + * gst-libs/gst/riff/riff-media.c: + (gst_riff_create_video_caps_with_data), + (gst_riff_create_video_template_caps): + Add Intel Video 5.0 fourcc (IV50). + 2004-12-01 Christophe Fergeau <teuf@gnome.org> * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header |