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:
parent
a257a177c3
commit
f4c25ae498
@ -283,7 +283,7 @@ main (int argc, gchar ** argv)
|
|||||||
return 1;
|
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);
|
g_free (uri);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user