mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue