summaryrefslogtreecommitdiff
path: root/ext/hls/gsthlsdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls/gsthlsdemux.h')
-rw-r--r--ext/hls/gsthlsdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hls/gsthlsdemux.h b/ext/hls/gsthlsdemux.h
index 98daec948..988965c40 100644
--- a/ext/hls/gsthlsdemux.h
+++ b/ext/hls/gsthlsdemux.h
@@ -115,6 +115,7 @@ struct _GstHLSDemux
/* fragment download tooling */
GstElement *src;
+ GstPad *src_srcpad; /* handy link to src's src pad */
GMutex fragment_download_lock;
GCond fragment_download_cond;
GstClockTime current_timestamp;