gstreamer/subprojects/gst-plugins-good/sys/osxaudio
Thibault Saunier 3506f5fb07 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/7426>
2024-09-04 10:37:37 +00:00
..
gstatdec.c atdec: Handle channel counts greater than 2 2024-04-05 06:54:24 +00:00
gstatdec.h atdec: Handle channel counts greater than 2 2024-04-05 06:54:24 +00:00
gstatenc.c gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
gstatenc.h gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
gstosxaudio.c macos: Add Apple AAC encoder (atenc) 2024-03-12 19:50:06 +00:00
gstosxaudiodeviceprovider.c osxaudio: Remove unused function 2024-08-12 22:23:29 +05:30
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: Implement unique-id property on elements 2024-08-12 13:04:24 +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-04 10:37:37 +00:00
gstosxaudiosink.h osxaudio: Implement unique-id property on elements 2024-08-12 13:04:24 +00:00
gstosxaudiosrc.c osxaudio: Avoid dangling pointer on shutdown 2024-09-04 10:37:37 +00:00
gstosxaudiosrc.h osxaudio: Implement unique-id property on elements 2024-08-12 13:04:24 +00:00
gstosxcoreaudio.c osxaudio: Fix build on iOS 2024-08-12 23:46:02 +05:30
gstosxcoreaudio.h osxaudio: Implement unique-id property on elements 2024-08-12 13:04:24 +00:00
gstosxcoreaudiocommon.c osxaudio: Fix build on iOS 2024-08-12 23:46:02 +05:30
gstosxcoreaudiocommon.h osxaudio: Fix build on iOS 2024-08-12 23:46:02 +05:30
gstosxcoreaudiohal.c osxaudio: Add some device provider properties 2024-08-12 13:04:24 +00:00
gstosxcoreaudioremoteio.c osxaudio: Add some device provider properties 2024-08-12 13:04:24 +00:00
meson.build meson: Use required: kwarg in osxaudio to fix FIXME 2024-08-12 23:46:02 +05:30