mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
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.
This commit is contained in:
parent
fcb5023fa4
commit
06260fdc88
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* 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 <zaheerabbas at merali dot org>
|
||||
|
||||
Patch by: Josep Torre Valles <josep@fluendo.com>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue