ext/gnomevfs/gstgnomevfssink.c: fix erase signal - if any handler returns false the...
authorBenjamin Otte <otte@gnome.org>
Fri, 9 Apr 2004 18:55:10 +0000 (18:55 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 9 Apr 2004 18:55:10 +0000 (18:55 +0000)
commit50d120f1ba3523439c7aa2125faac8685e7cd8f1
tree83332f0c02876e29e952a40939fd08795f32ddfd
parent92fe387eea5fe5c617695399704e0f4136cd0fed
ext/gnomevfs/gstgnomevfssink.c: fix erase signal - if any handler returns false the file will not be overwritten. If ...

Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssink.c:
(_gst_boolean_allow_overwrite_accumulator),
(gst_gnomevfssink_class_init):
fix erase signal - if any handler returns false the file will not be
overwritten. If no handler is connected, the file will not be
overwritten either.
renamed signal to "allow-overwrite"
* ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
free string when adding it to ID3 failed
* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
unref event when done
* gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
free caps
* gst/typefind/gsttypefindfunctions.c:
(mpeg_video_stream_type_find):
fix invalid read
ChangeLog
ext/gnomevfs/gstgnomevfssink.c
ext/vorbis/vorbisdec.c
gst/audioconvert/gstaudioconvert.c
gst/typefind/gsttypefindfunctions.c