summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfakesink.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-29 23:17:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-29 23:17:58 +0000
commitc5b612edef38b32176c789d7949e02df274012a8 (patch)
treee1159815532bef92db267b8b9104907b0e6a1183 /plugins/elements/gstfakesink.c
parentef6bdb01be4492972d7e2d137b73be213327cf55 (diff)
GST_ELEMENT_ERROR
Original commit message from CVS: GST_ELEMENT_ERROR
Diffstat (limited to 'plugins/elements/gstfakesink.c')
-rw-r--r--plugins/elements/gstfakesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c
index ece69de76..34eace76c 100644
--- a/plugins/elements/gstfakesink.c
+++ b/plugins/elements/gstfakesink.c
@@ -391,7 +391,7 @@ gst_fakesink_change_state (GstElement *element)
return GST_STATE_SUCCESS;
error:
- gst_element_error (element, CORE, STATE_CHANGE,
+ GST_ELEMENT_ERROR (element, CORE, STATE_CHANGE,
NULL, NULL);
return GST_STATE_FAILURE;
}