summaryrefslogtreecommitdiff
path: root/gst-libs/gst/uridownloader
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-11-06 14:36:11 +0100
committerEdward Hervey <bilboed@bilboed.com>2019-11-08 10:43:08 +0000
commit7bceb6c3ff6e24663cfab1432157a2634fbee5ff (patch)
treea2d55b6761b2be24e7c910e1e5b322b9e6c91df0 /gst-libs/gst/uridownloader
parentdca3e47bceddb1f9bcf80395b0a043ef9b9bf280 (diff)
downloadgstreamer-plugins-bad-7bceb6c3ff6e24663cfab1432157a2634fbee5ff.tar.gz
bad: Avoid using deprecated API
GTimeval is deprecated
Diffstat (limited to 'gst-libs/gst/uridownloader')
-rw-r--r--gst-libs/gst/uridownloader/gsturidownloader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/uridownloader/gsturidownloader.c b/gst-libs/gst/uridownloader/gsturidownloader.c
index db27513d4..865a014ff 100644
--- a/gst-libs/gst/uridownloader/gsturidownloader.c
+++ b/gst-libs/gst/uridownloader/gsturidownloader.c
@@ -36,7 +36,6 @@ struct _GstUriDownloaderPrivate
GstElement *urisrc;
GstBus *bus;
GstPad *pad;
- GTimeVal *timeout;
GstFragment *download;
gboolean got_buffer;
GMutex download_lock; /* used to restrict to one download only */