+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),
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);
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");
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");