mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
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
This commit is contained in:
parent
1efb451154
commit
0f5be03d76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue