From ef5f5d4c3cea7b4174a1fb8b2f6b12d4d729b68d Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 28 May 2024 17:18:01 +0300 Subject: [PATCH] gst: pool: remove unused variable of unknown type --- src/gst/gstpipewirepool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gst/gstpipewirepool.h b/src/gst/gstpipewirepool.h index cceb8833b..0da897220 100644 --- a/src/gst/gstpipewirepool.h +++ b/src/gst/gstpipewirepool.h @@ -46,7 +46,6 @@ struct _GstPipeWirePool { GstBufferPool parent; struct pw_stream *stream; - struct pw_type *t; gboolean add_metavideo; GstVideoInfo video_info;