summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2009-01-09 17:17:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2009-01-09 17:17:50 +0000
commitd629c9fc17a1b6864bcb92c8b33f1c6ced020f8b (patch)
tree47d9bad9014ac5944928d7c070cede72284ceca1
parent1f6297f051dae99af1897a82bc5e9bb2e14bfd78 (diff)
gst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn't free the constant GList retur...
Original commit message from CVS: * gst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn't free the constant GList returned (#566812).
-rw-r--r--ChangeLog6
-rw-r--r--gst-libs/gst/interfaces/mixer.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c184ccb3..09aaecc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-09 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * gst-libs/gst/interfaces/mixer.c:
+ Small docs addition to clarify that one really mustn't free
+ the constant GList returned (#566812).
+
2009-01-08 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/libs/gst-plugins-base-libs-sections.txt:
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 *