summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-09-17 12:24:54 -0700
committerTim-Philipp Müller <tim@centricular.com>2017-12-02 15:10:27 +0000
commit1869886a963a3e65473fed78daa98e9b66ff6ed5 (patch)
tree8ee6822ed5bc8d6507d45dc4cfffa8d69733cf04
parent82bde3446d5678cfdd1eb582d4cb5cbe9d5d24b7 (diff)
aggregator: add a few more comments to PadPrivate struct
-rw-r--r--libs/gst/base/gstaggregator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c
index aecd9ce85..77527c924 100644
--- a/libs/gst/base/gstaggregator.c
+++ b/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;