tests: Add 'fakesrc' rather than 'audiotestsrc'
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 25 Mar 2011 17:24:49 +0000 (19:24 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 26 Mar 2011 14:05:12 +0000 (16:05 +0200)
tests/rygel-http-gst-response-test.vala

index a116964..85e33cb 100644 (file)
@@ -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 () {