From 992917b6aa8cf60c343f0cc8e6e7053a045d4d2c Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 28 Feb 2011 15:43:46 -0300 Subject: [PATCH] camerabin2: Add logging for stop-capture signal --- gst/camerabin2/gstcamerabin2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c index 5fc5ef3..e241a83 100644 --- a/gst/camerabin2/gstcamerabin2.c +++ b/gst/camerabin2/gstcamerabin2.c @@ -199,6 +199,7 @@ gst_camera_bin_start_capture (GstCameraBin * camerabin) static void gst_camera_bin_stop_capture (GstCameraBin * camerabin) { + GST_DEBUG_OBJECT (camerabin, "Received stop-capture"); if (camerabin->src) g_signal_emit_by_name (camerabin->src, "stop-capture", NULL); } -- 2.7.4