uridecodebin3: Remove dead variables
authorJan Schmidt <jan@centricular.com>
Tue, 1 Mar 2022 13:52:22 +0000 (00:52 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 1 Mar 2022 14:21:43 +0000 (14:21 +0000)
Leftover junk from original port

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1820>

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

index dbc97f9..3625393 100644 (file)
@@ -117,10 +117,6 @@ struct _GstSourceItem
    * Can be NULL */
   GstSourceHandler *handler;
 
-  /* Last buffering information */
-  gint last_perc;
-  GstMessage *last_buffering_message;
-
   /* The groupid created by urisourcebin for this uri */
   guint internal_groupid;