summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-09-17 12:24:54 -0700
committerStefan Sauer <ensonic@users.sf.net>2017-09-17 12:31:38 -0700
commitf6176351a2345c895065a12d30eeea1c63ceb8bb (patch)
tree45178586b0d4695c7d8b05e017a9a766d0dd54d3 /gst-libs
parent54d44f31e3b0309ac310f99e45512461576dcf9e (diff)
downloadgstreamer-plugins-bad-f6176351a2345c895065a12d30eeea1c63ceb8bb.tar.gz
aggregator: add a few more comments to PadPrivate struct
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/base/gstaggregator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c
index aecd9ce85..77527c924 100644
--- a/gst-libs/gst/base/gstaggregator.c
+++ b/gst-libs/gst/base/gstaggregator.c
@@ -216,9 +216,9 @@ struct _GstAggregatorPadPrivate
guint num_buffers;
GstClockTime head_position;
GstClockTime tail_position;
- GstClockTime head_time;
+ GstClockTime head_time; /* running time */
GstClockTime tail_time;
- GstClockTime time_level;
+ GstClockTime time_level; /* how much head is ahead of tail */
GstSegment head_segment; /* segment before the queue */
gboolean negotiated;