gstreamer/gst-libs/gst
Alejandro González 319da90d4c audioencoder: Fix gst_audio_encoder_get_audio_info return ownership GTK-Doc
GTK-Doc specifies that, by default, the caller owns returned objects, so that the caller should free them when it is done. However, in the case of this function, the returned GstAudioInfo is owned by the decoder, so this default choice is incorrect. This creates double free problems when using GStreamer Rust bindings, because they are generated using the information contained in the docs.

Fix this by correctly specifying that the caller does not own the returned object.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1032>
2021-02-13 21:25:18 +00:00
..
allocators fdmemory: Allow for change of protection mode 2020-10-28 17:11:05 +00:00
app appsrc: fix signal documentation 2020-12-31 17:01:40 +00:00
audio audioencoder: Fix gst_audio_encoder_get_audio_info return ownership GTK-Doc 2021-02-13 21:25:18 +00:00
fft Meson: Use pkg-config generator 2020-10-23 11:19:11 -04:00
gl gl/dispmanx: fix deadlock triggered by set_render_rectangle 2021-02-10 09:30:27 +01:00
pbutils encoding-profile: Plug a leak of factory list 2021-02-10 15:56:26 +00:00
riff Meson: Use pkg-config generator 2020-10-23 11:19:11 -04:00
rtp rtpbasedepayload: add auto-header-extension property 2021-02-03 11:23:40 +01:00
rtsp Meson: Use pkg-config generator 2020-10-23 11:19:11 -04:00
sdp Meson: Use pkg-config generator 2020-10-23 11:19:11 -04:00
tag tagdemux: resize and trim buffer in place to fix interaction with oggdemux 2021-01-04 14:21:43 +00:00
video videoconvert: Support for alternate-field interlacing 2021-02-04 18:22:07 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30