decodebin3: Remove unused variable
authorEdward Hervey <edward@centricular.com>
Thu, 10 Nov 2022 05:54:21 +0000 (06:54 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Nov 2022 14:01:46 +0000 (14:01 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>

subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c

index 5619219..0d0448b 100644 (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);