camerabin2: Add logging for stop-capture signal

This commit is contained in:
Thiago Santos 2011-02-28 15:43:46 -03:00
parent bcc6d99bbe
commit 992917b6aa

View 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);
}