mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
camerabin2: Add logging for stop-capture signal
This commit is contained in:
parent
bcc6d99bbe
commit
992917b6aa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue