summaryrefslogtreecommitdiff
path: root/tests/check/nle/nleoperation.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/nle/nleoperation.c')
-rw-r--r--tests/check/nle/nleoperation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/nle/nleoperation.c b/tests/check/nle/nleoperation.c
index 8a425e62..2e8be8b0 100644
--- a/tests/check/nle/nleoperation.c
+++ b/tests/check/nle/nleoperation.c
@@ -12,7 +12,7 @@ fill_pipeline_and_check (GstElement * comp, GList * segments)
GList *listcopy = copy_segment_list (segments);
pipeline = gst_pipeline_new ("test_pipeline");
- sink = gst_element_factory_make_or_warn ("fakesink", "sink");
+ sink = gst_element_factory_make_or_warn ("fakevideosink", "sink");
fail_if (sink == NULL);
gst_bin_add_many (GST_BIN (pipeline), comp, sink, NULL);