check: Fix the input uri in playbin2 test.

Don't try and use a random file in wim's home directory as a test input
This commit is contained in:
Jan Schmidt 2009-04-16 00:31:00 +01:00
parent a6cf0c8f06
commit 2f01e624f5

View file

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