From 4bfbc72663d77cd9af941e27b595b78669922289 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 10 Nov 2022 06:54:21 +0100 Subject: [PATCH] decodebin3: Remove unused variable Part-of: --- subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c index 561921972b..0d0448be26 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c @@ -253,10 +253,6 @@ struct _GstDecodebin3 /* End of variables protected by selection_lock */ gboolean upstream_selected; - /* List of pending collections. - * FIXME : Is this really needed ? */ - GList *pending_collection; - /* Factories */ GMutex factories_lock; guint32 factories_cookie; @@ -1814,8 +1810,6 @@ handle_stream_collection (GstDecodebin3 * dbin, * When all streams from active collection are drained in multiqueue output ? */ gst_object_unref (dbin->collection); dbin->collection = collection; - /* dbin->pending_collection = */ - /* g_list_append (dbin->pending_collection, collection); */ } dbin->select_streams_seqnum = GST_SEQNUM_INVALID; SELECTION_UNLOCK (dbin);