From c385042483350168dee8b51acb4763d96c2f3a62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 Oct 2015 14:49:49 +0300 Subject: [PATCH] pad: Fix docs/annotation of gst_pad_probe_info_get_buffer_list() It's not get_bufferlist(). Because of that it was ignored by the docs and G-I, leading to crashes because of broken ownership transfer. https://bugzilla.gnome.org/show_bug.cgi?id=756898 --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 183fc91..adac3d0 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -6033,7 +6033,7 @@ gst_pad_probe_info_get_buffer (GstPadProbeInfo * info) } /** - * gst_pad_probe_info_get_bufferlist: + * gst_pad_probe_info_get_buffer_list: * @info: a #GstPadProbeInfo * * Returns: (transfer none): The #GstBufferlist from the probe -- 2.7.4