From 74e9eb72c51388143a5972c543065965905334cc Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 10 Jun 2008 08:59:17 +0000 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47d99bf3..8e9174a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-06-10 Sebastian Dröge + + * 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 * docs/plugins/Makefile.am: -- cgit