audioaggregator: Document that the pad's audio info is read-only and needs the object lock

Also fix indentation in the header a bit.
This commit is contained in:
Sebastian Dröge 2018-02-28 15:22:38 +02:00
parent 103b011026
commit fae7f790be

View File

@ -68,6 +68,7 @@ struct _GstAudioAggregatorPad
{
GstAggregatorPad parent;
/* read-only, with OBJECT_LOCK */
GstAudioInfo info;
/*< private >*/