diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-24 19:19:28 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-24 19:19:28 +0000 |
commit | 796f5776a4d7ce8d98fc105bf5180a669695a532 (patch) | |
tree | b71e0aaa1eb58da727ccd1669a9acb6dbeeee781 | |
parent | 299fef28099192485845d733efb7448a79939694 (diff) |
ext/vorbis/oggvorbisenc.c: properly fail when we can't setup the vorbis encoder due to unsupported settings
Original commit message from CVS:
* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
(gst_oggvorbisenc_setup):
properly fail when we can't setup the vorbis encoder due to
unsupported settings
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
(gst_vorbisenc_setup):
same
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
fix case where warnings occured when one pad was unlinked while the
other's link function was called
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-05-24 Benjamin Otte <otte@gnome.org> + + * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect), + (gst_oggvorbisenc_setup): + properly fail when we can't setup the vorbis encoder due to + unsupported settings + * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect), + (gst_vorbisenc_setup): + same + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): + fix case where warnings occured when one pad was unlinked while the + other's link function was called + 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org> * gst/tcp/Makefile.am: |