playbin: remove unnecessary break

https://bugzilla.gnome.org/show_bug.cgi?id=751690
This commit is contained in:
danny song 2015-06-30 07:26:00 +09:00 committed by Thiago Santos
parent 6e263cc5f6
commit 49d0083456

View file

@ -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:
{