mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
reinclude accidentally deleted line
Original commit message from CVS: reinclude accidentally deleted line
This commit is contained in:
parent
b21a435c67
commit
6c3d92e603
1 changed files with 1 additions and 0 deletions
|
@ -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__); \
|
||||
|
|
Loading…
Reference in a new issue