mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
c75922b96b
Get rid of weird code that copies a list manually, taking ownership of the elements and then frees the old list. Instead, just take over the old list entirely. (If the intent was to reverse the list, one could use g_list_reverse() instead). Then, push events in the list out from last to first (since they were prepended as they came in) instead of just pushing out the last in the list and leaking the others. |
||
---|---|---|
.. | ||
basecamerabinsrc | ||
codecparsers | ||
interfaces | ||
signalprocessor | ||
video | ||
gettext.h | ||
gst-i18n-plugin.h | ||
Makefile.am |