gstreamer/subprojects/gst-plugins-bad/ext/qroverlay
Tim-Philipp Müller c798f01fae debugqroverlay: fix string leak
g_string_free(.., FALSE) gives us ownership of the string
already, no need to duplicate that again with g_strdup(),
and doing so will leak the string returned by g_string_free()
here. Caught by compiler warnings in newer GLib versions.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4273>
2023-03-27 07:37:11 +00:00
..
gstbaseqroverlay.c qroverlay: Fix documentation 2023-03-02 18:39:40 +00:00
gstbaseqroverlay.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstdebugqroverlay.c debugqroverlay: fix string leak 2023-03-27 07:37:11 +00:00
gstdebugqroverlay.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstqroverlay.c qroverlay: Reset data_changed after we use the info 2022-04-27 15:09:47 +00:00
gstqroverlay.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstqroverlayelement.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstqroverlayelements.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstqroverlayplugin.c qroverlay: Fix documentation 2023-03-02 18:39:40 +00:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00