check: Fix the input uri in playbin2 test.
authorJan Schmidt <thaytan@noraisin.net>
Wed, 15 Apr 2009 23:31:00 +0000 (00:31 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 15 Apr 2009 23:41:42 +0000 (00:41 +0100)
Don't try and use a random file in wim's home directory as a test input

tests/check/elements/playbin2.c

index 33c9b44..48b1c66 100644 (file)
@@ -389,9 +389,8 @@ GST_START_TEST (test_refcount)
       "video-sink", videosink,
       "vis-plugin", vis, "flags", 0x01 | 0x02 | 0x08, NULL);
 
-  g_object_set (playbin,
-      //"uri", "redvideo://", NULL);
-      "uri", "file:///home/wim/data/cdda.ogg", NULL);
+  g_object_set (playbin, "uri", "redvideo://", NULL);
+  //"uri", "file:///home/wim/data/cdda.ogg", NULL);
 
   ASSERT_OBJECT_REFCOUNT (playbin, "playbin", 1);