mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +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:
|
pause:
|
||||||
{
|
{
|
||||||
const gchar *reason = gst_flow_get_name (result);
|
GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s",
|
||||||
|
gst_flow_get_name (result));
|
||||||
GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s", reason);
|
|
||||||
|
|
||||||
JBUF_LOCK (priv);
|
JBUF_LOCK (priv);
|
||||||
/* store result */
|
/* store result */
|
||||||
|
|
Loading…
Reference in a new issue