mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
aggregator: add a few more comments to PadPrivate struct
This commit is contained in:
parent
54d44f31e3
commit
f6176351a2
1 changed files with 2 additions and 2 deletions
|
@ -216,9 +216,9 @@ struct _GstAggregatorPadPrivate
|
||||||
guint num_buffers;
|
guint num_buffers;
|
||||||
GstClockTime head_position;
|
GstClockTime head_position;
|
||||||
GstClockTime tail_position;
|
GstClockTime tail_position;
|
||||||
GstClockTime head_time;
|
GstClockTime head_time; /* running time */
|
||||||
GstClockTime tail_time;
|
GstClockTime tail_time;
|
||||||
GstClockTime time_level;
|
GstClockTime time_level; /* how much head is ahead of tail */
|
||||||
GstSegment head_segment; /* segment before the queue */
|
GstSegment head_segment; /* segment before the queue */
|
||||||
|
|
||||||
gboolean negotiated;
|
gboolean negotiated;
|
||||||
|
|
Loading…
Reference in a new issue