summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-04-06 23:46:00 +0000
committerBenjamin Otte <otte@gnome.org>2004-04-06 23:46:00 +0000
commit2bd954017c3b78dfb7e7ac8a74772a71be0d70af (patch)
tree47b154022ac76b7e57c17550ec34b7ea73e20a10
parentc464aca369cc05b73639a4a18b8383d974432e8f (diff)
ext/gnomevfs/gstgnomevfssrc.c: actually free the URI string
Original commit message from CVS: * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose): actually free the URI string * ext/mad/gstid3tag.c: (gst_id3_tag_src_event): compute offset correctly when passing discont events * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event): don't leak discont events * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps): add some missing breaks so caps aren't copied randomly * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream): if we realloc memory, we better use it
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4e2bb51..827e7850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-04-07 Benjamin Otte <otte@gnome.org>
+
+ * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
+ actually free the URI string
+ * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
+ compute offset correctly when passing discont events
+ * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
+ don't leak discont events
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
+ add some missing breaks so caps aren't copied randomly
+ * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
+ if we realloc memory, we better use it
+
2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/mad/gstmad.c: (normal_seek):