reinclude accidentally deleted line

Original commit message from CVS:
reinclude accidentally deleted line
This commit is contained in:
Benjamin Otte 2004-02-02 17:25:45 +00:00
parent b21a435c67
commit 6c3d92e603

View file

@ -142,6 +142,7 @@ typedef enum {
#define GST_ELEMENT_ERROR(el, domain, code, message, debug) G_STMT_START { \
gchar *__msg = _gst_element_error_printf message; \
gchar *__dbg = _gst_element_error_printf debug; \
GST_ERROR_OBJECT (el, "%s", __dbg); \
gst_element_error_full (GST_ELEMENT(el), \
GST_ ## domain ## _ERROR, GST_ ## domain ## _ERROR_ ## code, \
__msg, __dbg, __FILE__, GST_FUNCTION, __LINE__); \