mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
rename test
Original commit message from CVS: rename test
This commit is contained in:
parent
60f8059676
commit
bc54b55559
3 changed files with 3 additions and 2 deletions
1
tests/icles/.gitignore
vendored
Normal file
1
tests/icles/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ximagesrc-test
|
|
@ -1,5 +1,5 @@
|
||||||
if USE_X
|
if USE_X
|
||||||
X_TESTS = ximagesrc_test
|
X_TESTS = ximagesrc-test
|
||||||
|
|
||||||
ximagesrc_test_SOURCES = ximagesrc-test.c
|
ximagesrc_test_SOURCES = ximagesrc-test.c
|
||||||
ximagesrc_test_CFLAGS = $(GST_CFLAGS)
|
ximagesrc_test_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
|
@ -55,7 +55,7 @@ main (int argc, char **argv)
|
||||||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||||
|
|
||||||
/* We want to get out after */
|
/* We want to get out after */
|
||||||
g_timeout_add (500000, (GSourceFunc) terminate_playback, pipeline);
|
g_timeout_add (500, (GSourceFunc) terminate_playback, pipeline);
|
||||||
|
|
||||||
g_main_loop_run (loop);
|
g_main_loop_run (loop);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue