mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 03:30:35 +00:00
253a5cc125
Avoid `g_list_append` and `g_list_remove` (which have to scan the list) and replace them with `g_list_prepend` and `g_list_delete_link`. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3329> |
||
---|---|---|
.. | ||
gstsrt-enums.h | ||
gstsrt.c | ||
gstsrtelement.c | ||
gstsrtelements.h | ||
gstsrtobject.c | ||
gstsrtobject.h | ||
gstsrtplugin.c | ||
gstsrtsink.c | ||
gstsrtsink.h | ||
gstsrtsrc.c | ||
gstsrtsrc.h | ||
meson.build |