mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
camerabin: Improve debug message about processing counter
Mention on the logs how many capture operations might have been lost
This commit is contained in:
parent
ddff93320d
commit
9bd40e92ce
1 changed files with 2 additions and 1 deletions
|
@ -3929,7 +3929,8 @@ gst_camerabin_change_state (GstElement * element, GstStateChange transition)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* reset processing counter */
|
/* reset processing counter */
|
||||||
GST_DEBUG_OBJECT (camera, "Reset processing counter to 0");
|
GST_DEBUG_OBJECT (camera, "Reset processing counter from %d to 0",
|
||||||
|
camera->processing_counter);
|
||||||
camera->processing_counter = 0;
|
camera->processing_counter = 0;
|
||||||
g_object_notify (G_OBJECT (camera), "idle");
|
g_object_notify (G_OBJECT (camera), "idle");
|
||||||
g_mutex_unlock (camera->capture_mutex);
|
g_mutex_unlock (camera->capture_mutex);
|
||||||
|
|
Loading…
Reference in a new issue