diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-06 19:36:08 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-06 19:36:08 +0000 |
commit | d1b4b1689e9e38b071def818c3eaa678ec718d73 (patch) | |
tree | ba3c4ec35bd55a3c784837cda1ed296ce7cda882 /ChangeLog | |
parent | 09bf21c37508c344190d34b0a8296c7ff7fcbed2 (diff) | |
download | gst-plugins-bad-d1b4b1689e9e38b071def818c3eaa678ec718d73.tar.gz gst-plugins-bad-d1b4b1689e9e38b071def818c3eaa678ec718d73.tar.bz2 gst-plugins-bad-d1b4b1689e9e38b071def818c3eaa678ec718d73.zip |
ext/vorbis/vorbisdec.c: use explicit caps on the srcpad
Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
use explicit caps on the srcpad
* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
properly error out if caps couldn't be set (fixes #142764)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-06-06 Benjamin Otte <otte@gnome.org> + * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init): + use explicit caps on the srcpad + * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): + properly error out if caps couldn't be set (fixes #142764) + +2004-06-06 Benjamin Otte <otte@gnome.org> + * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), (gst_alsa_start_audio): |