Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-05-02 17:24:38 +0400
committerThomas Vander Stichele <thomas@apestaart.org>2006-05-02 17:24:38 +0400
commit7df5ab1bf288e8648c5e2be8b80517783e69de5a (patch)
tree2d39c55c23b5d0fb0cab0674b0f5f1962d2087e4 /tests/check/elements/id3v2mux.c
parentbaf4e3eb080478e0e19cac446712043ee7a8b0fb (diff)
configure.ac: figure out where plugins-base plugins are
Original commit message from CVS: * configure.ac: figure out where plugins-base plugins are * tests/check/Makefile.am: use plugins-base plugins, so we have typefind functions * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags): increase num-buffers, this makes sure the test errors out instead of timing out when no typefind functions are present
Diffstat (limited to 'tests/check/elements/id3v2mux.c')
-rw-r--r--tests/check/elements/id3v2mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/id3v2mux.c b/tests/check/elements/id3v2mux.c
index 40b897411..1b6ecfe69 100644
--- a/tests/check/elements/id3v2mux.c
+++ b/tests/check/elements/id3v2mux.c
@@ -294,7 +294,7 @@ test_taglib_id3mux_with_tags (GstTagList * tags, guint32 mask)
/* set up source */
g_object_set (fakesrc, "signal-handoffs", TRUE, "can-activate-pull", FALSE,
"filltype", 2, "sizetype", 2, "sizemax", MP3_FRAME_SIZE,
- "num-buffers", 16, NULL);
+ "num-buffers", 256, NULL);
offset = 0;
g_signal_connect (fakesrc, "handoff", G_CALLBACK (fill_mp3_buffer), &offset);