mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
waveformsink: Fix Memory leak using GST_PTR_FORMAT
https://bugzilla.gnome.org/show_bug.cgi?id=772497
This commit is contained in:
parent
4306cb6f79
commit
1950b72e2b
1 changed files with 2 additions and 2 deletions
|
@ -322,8 +322,8 @@ gst_waveform_sink_getcaps (GstBaseSink * bsink, GstCaps * filter)
|
|||
wfsink->cached_caps = gst_caps_ref (caps);
|
||||
}
|
||||
|
||||
GST_CAT_LOG_OBJECT (waveformsink_debug, wfsink, "Returning caps %s",
|
||||
gst_caps_to_string (caps));
|
||||
GST_CAT_LOG_OBJECT (waveformsink_debug, wfsink,
|
||||
"Returning caps %" GST_PTR_FORMAT, caps);
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue