summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-09 18:55:09 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-09 18:55:09 +0000
commitd21b3b86f575036047eda71cc8730c4d0c8057b1 (patch)
treebc382d06e39018c992be78e656480c90cf764566
parent97979576d38fb1a167761fbf688baa7cdc7d033b (diff)
downloadgst-plugins-bad-d21b3b86f575036047eda71cc8730c4d0c8057b1.tar.gz
gst-plugins-bad-d21b3b86f575036047eda71cc8730c4d0c8057b1.tar.bz2
gst-plugins-bad-d21b3b86f575036047eda71cc8730c4d0c8057b1.zip
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
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e0b945b..2d17ee25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2004-04-09 Benjamin Otte <otte@gnome.org>
+
+ * 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
+
2004-04-08 David Schleef <ds@schleef.org>
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: