From 92eb19b993e4e1bdd7fef71c1264e0092f4accac Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 29 Jan 2004 23:20:45 +0000 Subject: GST_ELEMENT_ERROR Original commit message from CVS: GST_ELEMENT_ERROR --- ext/divx/gstdivxenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/divx/gstdivxenc.c') diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c index 1eaaebe1..a0b4e89a 100644 --- a/ext/divx/gstdivxenc.c +++ b/ext/divx/gstdivxenc.c @@ -295,7 +295,7 @@ gst_divxenc_setup (GstDivxEnc *divxenc) output.temporal_level = 1.0; if ((ret = encore(&handle, ENC_OPT_INIT, &input, &output))) { - gst_element_error (divxenc, LIBRARY, SETTINGS, NULL, + GST_ELEMENT_ERROR (divxenc, LIBRARY, SETTINGS, NULL, ("Error setting up divx encoder: %s (%d)", gst_divxenc_error(ret), ret)); return FALSE; @@ -357,7 +357,7 @@ gst_divxenc_chain (GstPad *pad, if ((ret = encore(divxenc->handle, ENC_OPT_ENCODE, &xframe, &xres))) { - gst_element_error (divxenc, LIBRARY, ENCODE, NULL, + GST_ELEMENT_ERROR (divxenc, LIBRARY, ENCODE, NULL, ("Error encoding divx frame: %s (%d)", gst_divxenc_error(ret), ret)); gst_buffer_unref(buf); -- cgit v1.2.1