From 290605451abfe083505032cbe0a9b48a308dc2e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 25 Feb 2012 01:04:07 +0000 Subject: [PATCH] tests: fix capsfilter-renegotiation test videotestsrc has no peer-alloc property any longer, and renegotiation should work regardless in 0.11. --- tests/check/pipelines/capsfilter-renegotiation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/check/pipelines/capsfilter-renegotiation.c b/tests/check/pipelines/capsfilter-renegotiation.c index 46edd9d..feef062 100644 --- a/tests/check/pipelines/capsfilter-renegotiation.c +++ b/tests/check/pipelines/capsfilter-renegotiation.c @@ -139,11 +139,11 @@ run_capsfilter_renegotiation (const gchar * launch_line) GST_START_TEST (test_capsfilter_renegotiation) { - run_capsfilter_renegotiation ("videotestsrc num-buffers=200 peer-alloc=true" + run_capsfilter_renegotiation ("videotestsrc num-buffers=200 " " ! capsfilter caps=\"" FIRST_CAPS "\" name=cf ! fakesink name=sink"); - run_capsfilter_renegotiation ("videotestsrc num-buffers=200 peer-alloc=false" + run_capsfilter_renegotiation ("videotestsrc num-buffers=200 " " ! capsfilter caps=\"" FIRST_CAPS "\" name=cf ! fakesink name=sink"); - run_capsfilter_renegotiation ("videotestsrc num-buffers=200 peer-alloc=false" + run_capsfilter_renegotiation ("videotestsrc num-buffers=200 " " ! capsfilter caps=\"video/x-raw, format=(string)I420, width=(int)100, height=(int)100\" " " ! videoconvert ! videoscale ! capsfilter caps=\"" FIRST_CAPS "\" name=cf " " ! fakesink name=sink"); -- 2.7.4