mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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:
parent
a6cf0c8f06
commit
2f01e624f5
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue