ext/gnomevfs/gstgnomevfssrc.c: actually free the URI string
authorBenjamin Otte <otte@gnome.org>
Tue, 6 Apr 2004 23:46:00 +0000 (23:46 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 6 Apr 2004 23:46:00 +0000 (23:46 +0000)
commit57260343bc629c15d5386003782abffd2d2f8cfe
tree910e5cb8747dbbdb0aef6914ad4e078b1724e655
parentddc8244e52ee18691b84353dd696f6c1516e9e9f
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
ChangeLog