From f4c25ae49863bb91b7ce73ee9415c6027d84463e Mon Sep 17 00:00:00 2001 From: "hoonhee.lee" Date: Sat, 10 Dec 2016 11:43:47 +0900 Subject: [PATCH] playbin-test: Don't use removed playbin3 'auto-select-streams' property https://bugzilla.gnome.org/show_bug.cgi?id=775917 --- tests/examples/decodebin_next/playbin-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/decodebin_next/playbin-test.c b/tests/examples/decodebin_next/playbin-test.c index f51b1fc1ba..ed0017c483 100644 --- a/tests/examples/decodebin_next/playbin-test.c +++ b/tests/examples/decodebin_next/playbin-test.c @@ -283,7 +283,7 @@ main (int argc, gchar ** argv) return 1; } - g_object_set (data->pipeline, "uri", uri, "auto-select-streams", FALSE, NULL); + g_object_set (data->pipeline, "uri", uri, NULL); g_free (uri); #if 0