mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
playbin: remove unnecessary break
https://bugzilla.gnome.org/show_bug.cgi?id=751690
This commit is contained in:
parent
6e263cc5f6
commit
49d0083456
1 changed files with 0 additions and 1 deletions
|
@ -2540,7 +2540,6 @@ gst_play_bin_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
g_value_set_string (value, group->uri);
|
||||
GST_PLAY_BIN_UNLOCK (playbin);
|
||||
break;
|
||||
break;
|
||||
}
|
||||
case PROP_CURRENT_URI:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue