diff options
Diffstat (limited to 'ext/divx/gstdivxenc.c')
-rw-r--r-- | ext/divx/gstdivxenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c index 64ba60a9..1eaaebe1 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, INIT, NULL, + gst_element_error (divxenc, LIBRARY, SETTINGS, NULL, ("Error setting up divx encoder: %s (%d)", gst_divxenc_error(ret), ret)); return FALSE; |