From 06260fdc889209d1a69efc813ee0708d94e9c0c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 6 Oct 2006 17:21:33 +0000 Subject: [PATCH] gst/gstinfo.h: Those two function declarations do actually belong there, revert commit from yesterday that turned the... Original commit message from CVS: * gst/gstinfo.h: Those two function declarations do actually belong there, revert commit from yesterday that turned them intro macros. --- ChangeLog | 6 ++++++ gst/gstinfo.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcc84dc..6abdc65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-06 Tim-Philipp Müller + + * gst/gstinfo.h: + Those two function declarations do actually belong there, revert + commit from yesterday that turned them intro macros. + 2006-10-06 Zaheer Abbas Merali Patch by: Josep Torre Valles diff --git a/gst/gstinfo.h b/gst/gstinfo.h index b40c578..9bc5f40 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -930,8 +930,8 @@ G_CONST_RETURN gchar * #define gst_debug_level_get_name(level) ("NONE") #define gst_debug_message_get(message) ("NONE") #define gst_debug_add_log_function(func,data) /* NOP */ -#define gst_debug_remove_log_function(func) (0) -#define gst_debug_remove_log_function_by_data(data) (0) +guint gst_debug_remove_log_function (GstLogFunction func); +guint gst_debug_remove_log_function_by_data (gpointer data); #define gst_debug_set_active(active) /* NOP */ #define gst_debug_is_active() (FALSE) #define gst_debug_set_colored(colored) /* NOP */ -- 2.7.4