playbin-test: Don't use removed playbin3 'auto-select-streams' property

https://bugzilla.gnome.org/show_bug.cgi?id=775917
This commit is contained in:
hoonhee.lee 2016-12-10 11:43:47 +09:00 committed by Tim-Philipp Müller
parent a257a177c3
commit f4c25ae498

View file

@ -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