mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
9f9e172c6e
commit
9da0c27d0d
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
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:
|
||||
|
|
Loading…
Reference in a new issue