summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-11 14:46:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-11 14:46:10 +0000
commit7f1acfb0c82755dea7d0caaded5dbc3b7f3554eb (patch)
tree9a8c14a524675cc706900f28033f811f85eeacb0 /ChangeLog
parentef1a5d21e5fc12f7c2de94b081c2a1ad357d09c1 (diff)
downloadgstreamer-7f1acfb0c82755dea7d0caaded5dbc3b7f3554eb.tar.gz
gst/gsturi.c: Don't leak plugin feature.
Original commit message from CVS: * gst/gsturi.c: (gst_element_make_from_uri): Don't leak plugin feature. * tests/check/Makefile.am: * tests/check/gst/.cvsignore: * tests/check/gst/gsturi.c: (GST_START_TEST), (gst_uri_suite): Add brain-dead unit test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a681da198c..db4f08f16b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/gsturi.c: (gst_element_make_from_uri):
+ Don't leak plugin feature.
+
+ * tests/check/Makefile.am:
+ * tests/check/gst/.cvsignore:
+ * tests/check/gst/gsturi.c: (GST_START_TEST), (gst_uri_suite):
+ Add brain-dead unit test.
+
+2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
+
Patch by: Jeroen Wouters <woutersj at gmail com>
* gst/gsturi.c: (gst_uri_get_protocol), (search_by_entry):