mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
wrappercamerabinsrc: Remove unused variable
Remove wait_for_prepara variable that wasn't being used
This commit is contained in:
parent
99210b0a3a
commit
029e63a31e
1 changed files with 1 additions and 2 deletions
|
@ -612,10 +612,9 @@ start_image_capture (GstWrapperCameraBinSrc * self)
|
|||
{
|
||||
GstBaseCameraSrc *bcamsrc = GST_BASE_CAMERA_SRC (self);
|
||||
GstPhotography *photography = gst_base_camera_src_get_photography (bcamsrc);
|
||||
gboolean wait_for_prepare = FALSE, ret = FALSE;
|
||||
gboolean ret = FALSE;
|
||||
|
||||
if (photography) {
|
||||
wait_for_prepare = TRUE;
|
||||
|
||||
if (!self->image_capture_caps || self->image_capture_caps_update) {
|
||||
if (bcamsrc->image_capture_width && bcamsrc->image_capture_height) {
|
||||
|
|
Loading…
Reference in a new issue