gst-play: missing cleanup for g_autoptr
authorDaniel Morin <daniel.morin@collabora.com>
Mon, 15 Aug 2022 02:31:29 +0000 (22:31 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Aug 2022 06:52:00 +0000 (09:52 +0300)
commitd2fcf85796332f3332e6d6f403202d8535c8a203
tree22dfb2cae0b567cd95ea3c6fd26a6e7a19d02947
parent4a6c2e67201c36101b52a43b4cc21d203bbce07d
gst-play: missing cleanup for g_autoptr

Without this change cleanup function for g_autoptr is not defined for
GstPlayMediaInfo, GstPlaySignalAdapter, GstPlayVideoRenderer,
GstPlayVideoOverlayVideoRenderer and GstPlayVisualization. Cleanup
function was defined in gstplay.h, but missing in other header files.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2888>
subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay-media-info.h
subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay-signal-adapter.h
subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay-video-overlay-video-renderer.h
subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay-video-renderer.h
subprojects/gst-plugins-bad/gst-libs/gst/play/gstplay-visualization.h