playbin-test: Don't use removed playbin3 'auto-select-streams' property
authorhoonhee.lee <hoonhee.lee@lge.com>
Sat, 10 Dec 2016 02:43:47 +0000 (11:43 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 23 Dec 2016 17:16:15 +0000 (17:16 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=775917

tests/examples/decodebin_next/playbin-test.c

index f51b1fc..ed0017c 100644 (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