playbin: remove unnecessary break
https://bugzilla.gnome.org/show_bug.cgi?id=751690
This commit is contained in:
parent
6e263cc5f6
commit
49d0083456
@ -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…
x
Reference in New Issue
Block a user