mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
equalizer: printf format fix
This commit is contained in:
parent
feed8c2af3
commit
4b1566d7f3
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ gst_iir_equalizer_child_proxy_get_child_by_index (GstChildProxy * child_proxy,
|
|||
ret = gst_object_ref (equ->bands[index]);
|
||||
BANDS_UNLOCK (equ);
|
||||
|
||||
GST_LOG ("return child[%d] '%s'", index, ret);
|
||||
GST_LOG_OBJECT (equ, "return child[%d] %" GST_PTR_FORMAT, index, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue