decodebin3: Remove unused variable

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>
This commit is contained in:
Edward Hervey 2022-11-10 06:54:21 +01:00 committed by GStreamer Marge Bot
parent d3a66f9851
commit 4bfbc72663

View file

@ -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);