mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpjitterbuffer: small debug improvement
This commit is contained in:
parent
6e7d547be4
commit
fde438791e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ enum
|
|||
} G_STMT_END
|
||||
#define JBUF_SIGNAL_EVENT(priv) G_STMT_START { \
|
||||
if (G_UNLIKELY ((priv)->waiting_event)) { \
|
||||
GST_DEBUG ("signal timer"); \
|
||||
GST_DEBUG ("signal event"); \
|
||||
g_cond_signal (&(priv)->jbuf_event); \
|
||||
} \
|
||||
} G_STMT_END
|
||||
|
|
Loading…
Reference in a new issue