mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rename test
Original commit message from CVS: rename test
This commit is contained in:
parent
1940330e19
commit
9334cc2d02
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
|
||||
X_TESTS = ximagesrc_test
|
||||
X_TESTS = ximagesrc-test
|
||||
|
||||
ximagesrc_test_SOURCES = ximagesrc-test.c
|
||||
ximagesrc_test_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -55,7 +55,7 @@ main (int argc, char **argv)
|
|||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||
|
||||
/* 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue