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:
parent
103b011026
commit
fae7f790be
@ -68,10 +68,11 @@ struct _GstAudioAggregatorPad
|
||||
{
|
||||
GstAggregatorPad parent;
|
||||
|
||||
/* read-only, with OBJECT_LOCK */
|
||||
GstAudioInfo info;
|
||||
|
||||
/*< private >*/
|
||||
GstAudioAggregatorPadPrivate * priv;
|
||||
GstAudioAggregatorPadPrivate *priv;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
@ -119,7 +120,7 @@ struct _GstAudioAggregatorConvertPad
|
||||
GstAudioAggregatorPad parent;
|
||||
|
||||
/*< private >*/
|
||||
GstAudioAggregatorConvertPadPrivate * priv;
|
||||
GstAudioAggregatorConvertPadPrivate *priv;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user