diff options
author | Sanjay NM <sanjay.nm@samsung.com> | 2014-09-18 12:53:11 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-09-18 12:34:39 +0300 |
commit | b041deb2fac410cb62c8204fb5a945116fc530a7 (patch) | |
tree | ebe62f28319d69b75b13d2585134273fcf6126b6 /gst | |
parent | 8b180b85a264ea6a59d38c623ebd2fb21df9c6b4 (diff) | |
download | gstreamer-plugins-bad-b041deb2fac410cb62c8204fb5a945116fc530a7.tar.gz |
camerabin2: removed redundant initialization
https://bugzilla.gnome.org/show_bug.cgi?id=736853
Diffstat (limited to 'gst')
-rw-r--r-- | gst/camerabin2/gstwrappercamerabinsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index c9bf85ff2..f1cc9ac79 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -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); |