summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-10 08:59:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-10 08:59:17 +0000
commit74e9eb72c51388143a5972c543065965905334cc (patch)
treea366ece14a74348feeb199f0174e1a66102d38b3 /ChangeLog
parent7390985262efef9c51d3f68dc132291e823f1f47 (diff)
ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_class_set_details_simple() and fix coding s...
Original commit message from CVS: * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init), (gst_pulsemixer_class_init): * ext/pulse/pulsesink.c: (gst_pulsesink_base_init), (gst_pulsesink_class_init), (gst_pulsesink_prepare): * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported), (gst_pulsesrc_base_init), (gst_pulsesrc_class_init), (gst_pulsesrc_prepare): Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_class_set_details_simple() and fix coding style a bit more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47d99bf3..8e9174a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
+ (gst_pulsemixer_class_init):
+ * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
+ (gst_pulsesink_class_init), (gst_pulsesink_prepare):
+ * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
+ (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
+ (gst_pulsesrc_prepare):
+ Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
+ gst_element_class_set_details_simple() and fix coding style a bit
+ more.
+
+2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
+
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt: