mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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).
This commit is contained in:
parent
1f6297f051
commit
d629c9fc17
2 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue