gstreamer/subprojects/gst-plugins-good/sys/osxaudio
Thibault Saunier f7faf5e8e5 osxaudio: Avoid dangling pointer on shutdown
When tearing down the elements we were still referring to the ringbuffer unique_id
as our property while it was already freed, leading to potential segfaults when
accessing the property.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7451>
2024-09-08 13:08:17 +00:00
..
gstosxaudio.c osxaudio: add individual elements registration for gst-full compatibility 2023-09-28 21:44:48 +00:00
gstosxaudiodeviceprovider.c macos: Listen for audio devices being added/removed 2024-07-29 14:05:49 +00:00
gstosxaudiodeviceprovider.h osxaudio: add individual elements registration for gst-full compatibility 2023-09-28 21:44:48 +00:00
gstosxaudioelement.c osxaudio: Document GstOsxAudioElement interface 2022-01-30 03:58:42 +05:30
gstosxaudioelement.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudioringbuffer.c osxaudio: Attempt to configure the segment size in CoreAudio 2023-08-07 21:33:45 +00:00
gstosxaudioringbuffer.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudiosink.c osxaudio: Avoid dangling pointer on shutdown 2024-09-08 13:08:17 +00:00
gstosxaudiosink.h osxaudio: add individual elements registration for gst-full compatibility 2023-09-28 21:44:48 +00:00
gstosxaudiosrc.c osxaudio: Avoid dangling pointer on shutdown 2024-09-08 13:08:17 +00:00
gstosxaudiosrc.h osxaudio: add individual elements registration for gst-full compatibility 2023-09-28 21:44:48 +00:00
gstosxcoreaudio.c osxaudio: Avoid using private APIs on iOS 2024-05-22 11:31:32 +01:00
gstosxcoreaudio.h osxaudio: Avoid using private APIs on iOS 2024-05-22 11:31:32 +01:00
gstosxcoreaudiocommon.c osxaudio: add mapping for top/left/right surround channels 2024-02-20 08:03:15 +00:00
gstosxcoreaudiocommon.h osxaudio: Avoid using private APIs on iOS 2024-05-22 11:31:32 +01:00
gstosxcoreaudiohal.c osxaudio: Share debug category in the internal coreaudio object 2023-08-07 21:33:45 +00:00
gstosxcoreaudioremoteio.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00