mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
Make build without warnings with debugging disabled
This commit is contained in:
parent
cf873498d2
commit
c5793a6a45
1 changed files with 2 additions and 3 deletions
|
@ -1688,9 +1688,8 @@ flushing:
|
|||
}
|
||||
pause:
|
||||
{
|
||||
const gchar *reason = gst_flow_get_name (result);
|
||||
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s", reason);
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s",
|
||||
gst_flow_get_name (result));
|
||||
|
||||
JBUF_LOCK (priv);
|
||||
/* store result */
|
||||
|
|
Loading…
Reference in a new issue