diff options
Diffstat (limited to 'gst-libs/gst/interfaces/mixer.c')
-rw-r--r-- | gst-libs/gst/interfaces/mixer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/interfaces/mixer.c b/gst-libs/gst/interfaces/mixer.c index c959f2cd..d7773bc4 100644 --- a/gst-libs/gst/interfaces/mixer.c +++ b/gst-libs/gst/interfaces/mixer.c @@ -139,6 +139,8 @@ gst_mixer_class_init (GstMixerClass * klass) * it is allowed to only provide input elements in this list. * * Returns: A #GList consisting of zero or more #GstMixerTracks. + * The list is owned by the #GstMixer instance and must not be freed + * or modified. */ const GList * |