diff options
Diffstat (limited to 'ext/gdk_pixbuf/gstgdkpixbuf.c')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c index 48ba463f..26d64b56 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.c +++ b/ext/gdk_pixbuf/gstgdkpixbuf.c @@ -288,7 +288,7 @@ gst_gdk_pixbuf_chain (GstPad *pad, GstData *_data) GError *error; if (gdk_pixbuf_loader_close (filter->pixbuf_loader, &error)) { - gst_element_error (filter, LIBRARY, SHUTDOWN, NULL, (error->message)); + GST_ELEMENT_ERROR (filter, LIBRARY, SHUTDOWN, NULL, (error->message)); g_error_free (error); return; } |