camerabin2: removed redundant initialization

https://bugzilla.gnome.org/show_bug.cgi?id=736853
This commit is contained in:
Sanjay NM 2014-09-18 12:53:11 +05:30 committed by Sebastian Dröge
parent 8b180b85a2
commit b041deb2fa

View file

@ -1188,7 +1188,7 @@ static GstStateChangeReturn
gst_wrapper_camera_bin_src_change_state (GstElement * element,
GstStateChange trans)
{
GstStateChangeReturn ret = GST_STATE_CHANGE_SUCCESS;
GstStateChangeReturn ret;
GstWrapperCameraBinSrc *self = GST_WRAPPER_CAMERA_BIN_SRC (element);
ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, trans);