mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/check/pipelines/theoraenc.c: Pushing 10 buffers is enough to run the test.
Original commit message from CVS: * tests/check/pipelines/theoraenc.c: (GST_START_TEST): Pushing 10 buffers is enough to run the test.
This commit is contained in:
parent
029f358f80
commit
93e5a373ea
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* tests/check/pipelines/theoraenc.c: (GST_START_TEST):
|
||||
Pushing 10 buffers is enough to run the test.
|
||||
|
||||
2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* tests/examples/seek/seek.c: (do_seek), (stop_cb),
|
||||
|
|
|
@ -135,7 +135,7 @@ GST_START_TEST (test_granulepos_offset)
|
|||
GError *error = NULL;
|
||||
|
||||
pipe_str = g_strdup_printf ("videotestsrc timestamp-offset=%" G_GUINT64_FORMAT
|
||||
" ! video/x-raw-yuv,format=(fourcc)I420,framerate=10/1"
|
||||
" num-buffers=10 ! video/x-raw-yuv,format=(fourcc)I420,framerate=10/1"
|
||||
" ! theoraenc ! fakesink name=fs0", TIMESTAMP_OFFSET);
|
||||
|
||||
bin = gst_parse_launch (pipe_str, &error);
|
||||
|
@ -227,7 +227,7 @@ GST_START_TEST (test_continuity)
|
|||
GstBuffer *buffer;
|
||||
GError *error = NULL;
|
||||
|
||||
pipe_str = g_strdup_printf ("videotestsrc"
|
||||
pipe_str = g_strdup_printf ("videotestsrc num-buffers=10"
|
||||
" ! video/x-raw-yuv,format=(fourcc)I420,framerate=10/1"
|
||||
" ! theoraenc ! fakesink name=fs0");
|
||||
|
||||
|
@ -325,7 +325,7 @@ GST_START_TEST (test_discontinuity)
|
|||
GError *error = NULL;
|
||||
guint drop_id;
|
||||
|
||||
pipe_str = g_strdup_printf ("videotestsrc"
|
||||
pipe_str = g_strdup_printf ("videotestsrc num-buffers=10"
|
||||
" ! video/x-raw-yuv,format=(fourcc)I420,framerate=10/1"
|
||||
" ! theoraenc ! fakesink name=fs0");
|
||||
|
||||
|
|
Loading…
Reference in a new issue