gst/gstelement.h: Temporary fixing core build breakage due to _gst_element_error_prin...
authorJulien Moutte <julien@moutte.net>
Mon, 19 Jan 2004 22:33:34 +0000 (22:33 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 19 Jan 2004 22:33:34 +0000 (22:33 +0000)
Original commit message from CVS:
2004-01-19  Julien MOUTTE  <julien@moutte.net>

* gst/gstelement.h: Temporary fixing core build breakage due to
_gst_element_error_printf being undeclared before the macro. Thomas
please fix that soon !

ChangeLog
gst/gstelement.h

index 70f2325..0ee4360 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-19  Julien MOUTTE  <julien@moutte.net>
+
+       * gst/gstelement.h: Temporary fixing core build breakage due to 
+       _gst_element_error_printf being undeclared before the macro. Thomas
+       please fix that soon !
+
 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/gstelement.c: (_gst_element_error_printf):
index 7caadb8..60bce6f 100644 (file)
@@ -139,6 +139,8 @@ typedef enum {
 #define GST_ELEMENT_CLOCK(obj)                 (((GstElement*)(obj))->clock)
 #define GST_ELEMENT_PADS(obj)                  ((obj)->pads)
 
+gchar * _gst_element_error_printf (const gchar *format, ...);
+
 #define gst_element_error(el, domain, code, message, debug) G_STMT_START { \
   gst_element_error_extended (GST_ELEMENT(el), \
   GST_ ## domain ## _ERROR, GST_ ## domain ## _ERROR_ ## code, \