Searched defs:_GstUriDownloaderPrivate (Results 1 – 1 of 1) sorted by relevance
33 struct _GstUriDownloaderPrivate struct36 GstElement *urisrc;37 GstBus *bus;38 GstPad *pad;39 GstFragment *download;40 gboolean got_buffer;41 GMutex download_lock; /* used to restrict to one download only */43 GWeakRef parent;45 GError *err;47 GCond cond;[all …]