mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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);
|
g_value_set_string (value, group->uri);
|
||||||
GST_PLAY_BIN_UNLOCK (playbin);
|
GST_PLAY_BIN_UNLOCK (playbin);
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
case PROP_CURRENT_URI:
|
case PROP_CURRENT_URI:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue