From 0f5be03d766ffde4ece29bd795e849d0cafbd27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 2cf377ccb0..57451a35c6 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -6069,7 +6069,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