summaryrefslogtreecommitdiff
path: root/tests/sched/runxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sched/runxml.c')
-rw-r--r--tests/sched/runxml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sched/runxml.c b/tests/sched/runxml.c
index 753490761..ef3db5a24 100644
--- a/tests/sched/runxml.c
+++ b/tests/sched/runxml.c
@@ -57,7 +57,7 @@ main (int argc, char *argv[])
src = gst_bin_get_by_name (GST_BIN (bin), "fakesrc");
if (src) {
g_signal_connect (G_OBJECT (src), "handoff",
- G_CALLBACK (buffer_handoff_src), bin);
+ G_CALLBACK (buffer_handoff_src), bin);
} else {
g_print ("could not find src element\n");
exit (-1);
@@ -66,7 +66,7 @@ main (int argc, char *argv[])
sink = gst_bin_get_by_name (GST_BIN (bin), "fakesink");
if (sink) {
g_signal_connect (G_OBJECT (sink), "handoff",
- G_CALLBACK (buffer_handoff_sink), bin);
+ G_CALLBACK (buffer_handoff_sink), bin);
} else {
g_print ("could not find sink element\n");
exit (-1);