ext/vorbis/oggvorbisenc.c: properly fail when we can't setup the vorbis encoder due...
authorBenjamin Otte <otte@gnome.org>
Mon, 24 May 2004 19:19:28 +0000 (19:19 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 24 May 2004 19:19:28 +0000 (19:19 +0000)
commit9da0c27d0d4475bde1618c406f1ed0236130bcda
tree9252aa2eb1a829808101ae07aa8651ec84047af0
parent9f9e172c6eae3cba01d9c7cad8f1ff605c9e6a0f
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
ChangeLog