camerabin2: Add logging for stop-capture signal
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Mon, 28 Feb 2011 18:43:46 +0000 (15:43 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 10 Mar 2011 11:42:01 +0000 (08:42 -0300)
gst/camerabin2/gstcamerabin2.c

index 5fc5ef3..e241a83 100644 (file)
@@ -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);
 }