mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
camerabin: improve image capture debug
This commit is contained in:
parent
95fd9cd277
commit
acc48b7833
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@ gst_wrapper_camera_bin_src_imgsrc_probe (GstPad * pad, GstPadProbeInfo * info,
|
|||
GstBuffer *buffer = GST_BUFFER (info->data);
|
||||
GstPadProbeReturn ret = GST_PAD_PROBE_DROP;
|
||||
|
||||
GST_LOG_OBJECT (self, "Image probe, mode %d, capture count %d",
|
||||
camerasrc->mode, self->image_capture_count);
|
||||
GST_LOG_OBJECT (self, "Image probe, mode %d, capture count %d bufsize: %u",
|
||||
camerasrc->mode, self->image_capture_count, gst_buffer_get_size (buffer));
|
||||
|
||||
g_mutex_lock (&camerasrc->capturing_mutex);
|
||||
if (self->image_capture_count > 0) {
|
||||
|
|
Loading…
Reference in a new issue