From 18599a9b785d6ed65d8e29d4b0e94117f2e6cc12 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Fri, 25 Mar 2011 19:24:49 +0200 Subject: [PATCH] tests: Add 'fakesrc' rather than 'audiotestsrc' --- tests/rygel-http-gst-response-test.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/rygel-http-gst-response-test.vala b/tests/rygel-http-gst-response-test.vala index a116964..85e33cb 100644 --- a/tests/rygel-http-gst-response-test.vala +++ b/tests/rygel-http-gst-response-test.vala @@ -108,7 +108,8 @@ public class Rygel.MediaItem { private dynamic Element src; public MediaItem () { - this.src = GstUtils.create_element ("audiotestsrc", null); + this.src = GstUtils.create_element ("fakesrc", null); + this.src.sizetype = 2; // fixed } public MediaItem.fixed_size () { -- 2.7.4