mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
camerabin2: Add one debug line about camerabin2 being idle
This commit is contained in:
parent
54351a0129
commit
aab3a73ccd
1 changed files with 3 additions and 1 deletions
|
@ -183,8 +183,10 @@
|
|||
|
||||
#define GST_CAMERA_BIN2_PROCESSING_DEC(c) \
|
||||
{ \
|
||||
if (g_atomic_int_dec_and_test (&c->processing_counter)) \
|
||||
if (g_atomic_int_dec_and_test (&c->processing_counter)) { \
|
||||
g_object_notify (G_OBJECT (c), "idle"); \
|
||||
GST_DEBUG_OBJECT ((c), "Camerabin now idle"); \
|
||||
} \
|
||||
GST_DEBUG_OBJECT ((c), "Processing counter decremented"); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue