From: Thiago Santos Date: Fri, 24 Apr 2015 17:17:51 +0000 (-0300) Subject: wrappercamerabinsrc: remove obsolete comment X-Git-Tag: 1.6.0~953 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=524e536a917eaf36653e292b699a34753f045a88;p=platform%2Fupstream%2Fgst-plugins-bad.git wrappercamerabinsrc: remove obsolete comment This is already handled in another place and doesn't make sense in the function context anymore --- diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index 289feba..c2bc224 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -799,9 +799,6 @@ start_image_capture (GstPad * pad, GstPadProbeInfo * info, gpointer udata) * the buffer to pass */ gst_wrapper_camera_bin_src_set_output (self, self->vfsrc, self->imgsrc); - /* V4L2 source will not close the device until all buffers have came - * back. Draining the pipeline, will ensure it's properly closed, and that - * setting it back to PLAYING will work. */ if (self->image_renegotiate) { self->image_renegotiate = FALSE;