summaryrefslogtreecommitdiff
path: root/gst-plugin/ChangeLog
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@lysator.liu.se>2006-06-22 09:04:08 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-22 09:04:08 +0000
commitd8fec514553c66719043329f99857d6ea85b24e8 (patch)
tree39e006899beb1186f733d66e424f39d8e82564b6 /gst-plugin/ChangeLog
parent07e9c41e1a0d9347f9f342bbf21b063378cf3f31 (diff)
src/gstplugin.c: Use GST_BOILERPLATE, add debug category (#345601).
Original commit message from CVS: Patch by: Philip Jägenstedt <philip at lysator liu se> * src/gstplugin.c: (gst_plugin_template_base_init), (gst_plugin_template_class_init), (gst_plugin_template_init), (plugin_init): Use GST_BOILERPLATE, add debug category (#345601).
Diffstat (limited to 'gst-plugin/ChangeLog')
-rw-r--r--gst-plugin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst-plugin/ChangeLog b/gst-plugin/ChangeLog
index 7daf379..7f48ae3 100644
--- a/gst-plugin/ChangeLog
+++ b/gst-plugin/ChangeLog
@@ -1,3 +1,12 @@
+2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Philip Jägenstedt <philip at lysator liu se>
+
+ * src/gstplugin.c: (gst_plugin_template_base_init),
+ (gst_plugin_template_class_init), (gst_plugin_template_init),
+ (plugin_init):
+ Use GST_BOILERPLATE, add debug category (#345601).
+
2006-04-20 Stefan Kost <ensonic@users.sf.net>
Patch by: Johan Rydberg <jrydberg@gnu.org>