Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
fae7f790
Commit
fae7f790
authored
Feb 28, 2018
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audioaggregator: Document that the pad's audio info is read-only and needs the object lock
Also fix indentation in the header a bit.
parent
103b0110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
gst-libs/gst/audio/gstaudioaggregator.h
gst-libs/gst/audio/gstaudioaggregator.h
+7
-6
No files found.
gst-libs/gst/audio/gstaudioaggregator.h
View file @
fae7f790
...
...
@@ -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
];
};
...
...
@@ -160,17 +161,17 @@ GType gst_audio_aggregator_convert_pad_get_type (void);
*/
struct
_GstAudioAggregator
{
GstAggregator
parent
;
GstAggregator
parent
;
/* All member are read only for subclasses, must hold OBJECT lock */
GstAudioInfo
info
;
GstAudioInfo
info
;
GstCaps
*
current_caps
;
GstCaps
*
current_caps
;
/*< private >*/
GstAudioAggregatorPrivate
*
priv
;
gpointer
_gst_reserved
[
GST_PADDING
];
gpointer
_gst_reserved
[
GST_PADDING
];
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment