mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
camerabin2: Fixing typo
This commit is contained in:
parent
f241dafe5c
commit
69b7326399
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
gint bef = g_atomic_int_exchange_and_add (&c->processing_counter, 1); \
|
||||
if (bef == 0) \
|
||||
g_object_notify (G_OBJECT (c), "idle"); \
|
||||
GST_DEBUG_OBJECT ((c), "Processing counter increModemented to: %d", \
|
||||
GST_DEBUG_OBJECT ((c), "Processing counter incremented to: %d", \
|
||||
bef + 1); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue