summaryrefslogtreecommitdiff
path: root/testsuite/threads/threadc.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/threads/threadc.c')
-rw-r--r--testsuite/threads/threadc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/threads/threadc.c b/testsuite/threads/threadc.c
index c1bf2541e..b5eac467a 100644
--- a/testsuite/threads/threadc.c
+++ b/testsuite/threads/threadc.c
@@ -69,7 +69,7 @@ main (gint argc, gchar * argv[])
/* connect state change signal */
id = g_signal_connect (G_OBJECT (thread), "state_change",
- G_CALLBACK (state_changed), NULL);
+ G_CALLBACK (state_changed), NULL);
construct_pipeline (thread, i / 10 + 1);
g_print ("Setting thread to play with %d identities\n", i / 10 + 1);
@@ -77,7 +77,7 @@ main (gint argc, gchar * argv[])
g_error ("Failed setting thread to play\n");
} else {
g_print ("Going into the main GStreamer loop\n");
- can_quit = TRUE; /* we don't want gst_main_quit called before gst_main */
+ can_quit = TRUE; /* we don't want gst_main_quit called before gst_main */
gst_main ();
}
running = FALSE;