summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-24 19:19:28 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-24 19:19:28 +0000
commit3c8d8e0ee0f69c5d5ab49abcb46e62079887dba8 (patch)
treef6d00b880189dba03fed2b40300c3176a60c0d01
parentd529bf5a80845822f665eba7638afbb9e3c6bd05 (diff)
downloadgstreamer-plugins-bad-3c8d8e0ee0f69c5d5ab49abcb46e62079887dba8.tar.gz
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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cffa825..89e74943c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: