summaryrefslogtreecommitdiff
path: root/gst/mpegdemux/gstmpegtsdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegdemux/gstmpegtsdemux.h')
-rw-r--r--gst/mpegdemux/gstmpegtsdemux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.h b/gst/mpegdemux/gstmpegtsdemux.h
index d25e7fde8..9a5db0e1a 100644
--- a/gst/mpegdemux/gstmpegtsdemux.h
+++ b/gst/mpegdemux/gstmpegtsdemux.h
@@ -231,6 +231,9 @@ struct _GstMpegTSDemux {
/* Detect when the source stops for a while, we will resync the interpolation gap */
GstClockTime last_buf_ts;
+
+ /* Number of expected pads which have not been added yet */
+ gint pending_pads;
};
struct _GstMpegTSDemuxClass {