mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
player: don't change uri when setting subtitle uri
https://bugzilla.gnome.org/show_bug.cgi?id=797362
This commit is contained in:
parent
d3fd78084a
commit
00acafc209
1 changed files with 0 additions and 2 deletions
|
@ -633,8 +633,6 @@ gst_player_set_suburi_internal (gpointer user_data)
|
|||
GST_STR_NULL (self->suburi));
|
||||
|
||||
g_object_set (self->playbin, "suburi", self->suburi, NULL);
|
||||
g_object_set (self->playbin, "uri",
|
||||
self->redirect_uri ? self->redirect_uri : self->uri, NULL);
|
||||
|
||||
g_mutex_unlock (&self->lock);
|
||||
|
||||
|
|
Loading…
Reference in a new issue