summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2012-05-04 17:10:17 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2012-05-04 19:54:51 -0300
commitacc48b783321fa347aabc048e3a5ce862fe8aa5b (patch)
tree9262adf8ce509b2102935adb67ba962188f63176 /gst/camerabin2
parent95fd9cd2775fb425da4e9afb3845c730583982f5 (diff)
downloadgstreamer-plugins-bad-acc48b783321fa347aabc048e3a5ce862fe8aa5b.tar.gz
camerabin: improve image capture debug
Diffstat (limited to 'gst/camerabin2')
-rw-r--r--gst/camerabin2/gstwrappercamerabinsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c
index 189d66840..695c7adb3 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.c
+++ b/gst/camerabin2/gstwrappercamerabinsrc.c
@@ -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) {