mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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;
|
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…
Reference in a new issue