From: Benjamin Otte Date: Mon, 2 Feb 2004 17:25:45 +0000 (+0000) Subject: reinclude accidentally deleted line X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c3d92e603ee3ae78c0a892cf14e1c18033d6a15;p=platform%2Fupstream%2Fgstreamer.git reinclude accidentally deleted line Original commit message from CVS: reinclude accidentally deleted line --- diff --git a/gst/gstelement.h b/gst/gstelement.h index 9221d61..a643730 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -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__); \