aggregator: add a few more comments to PadPrivate struct
authorStefan Sauer <ensonic@users.sf.net>
Sun, 17 Sep 2017 19:24:54 +0000 (12:24 -0700)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 17 Sep 2017 19:31:38 +0000 (12:31 -0700)
gst-libs/gst/base/gstaggregator.c

index aecd9ce..77527c9 100644 (file)
@@ -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;