summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-08-01 14:27:05 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-08-01 14:27:05 +0000
commit43903b610d97291c26451c8d84221af93c7a5e69 (patch)
tree8c844d23f7340a28a64ebff84e258a4638ffeb5f
parent0c8139517142f0bbb3db56a9b4ef1c93fad1b3fd (diff)
downloadgstreamer-plugins-bad-43903b610d97291c26451c8d84221af93c7a5e69.tar.gz
do not unref the dparam-manager as gst_dpman_get_manager() does not ref it
Original commit message from CVS: do not unref the dparam-manager as gst_dpman_get_manager() does not ref it
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b257eb710..653181b61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-01 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/volume/gstvolume.c: (gst_volume_dispose):
+ Do not unref the dparam-manager as gst_dpman_get_manager() does not
+ ref it.
+
2005-08-01 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):