summaryrefslogtreecommitdiff
path: root/tests/check/elements/streamsynchronizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/streamsynchronizer.c')
-rw-r--r--tests/check/elements/streamsynchronizer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check/elements/streamsynchronizer.c b/tests/check/elements/streamsynchronizer.c
index 6119d8932..5b18428f5 100644
--- a/tests/check/elements/streamsynchronizer.c
+++ b/tests/check/elements/streamsynchronizer.c
@@ -24,8 +24,6 @@
#define GLIB_DISABLE_DEPRECATION_WARNINGS
-#include "../../../gst/playback/gststreamsynchronizer.c"
-
#undef GST_CAT_DEFAULT
#include <gst/check/gstcheck.h>
@@ -192,7 +190,7 @@ GST_START_TEST (test_basic)
GstSegment segment;
guint32 seqnum;
- synchr = g_object_new (GST_TYPE_STREAM_SYNCHRONIZER, NULL);
+ synchr = gst_element_factory_make ("streamsynchronizer", NULL);
/* Get sinkpad/srcpad */
sinkpad = gst_element_get_request_pad (synchr, "sink_%u");