tpm gst-plugins-base: gst-plugins-base/ gst-plugins-base/gst-libs/gst/interfaces/
[email protected] Fri, 9 Jan 2009 09:18:04 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============1853467406146813146==
CVS Root: /cvs/gstreamer
Module: gst-plugins-base
Changes by: tpm
Date: Fri Jan 09 2009 17:18:04 UTC
Log message:
* gst-libs/gst/interfaces/mixer.c:
Small docs addition to clarify that one really mustn't free
the constant GList returned (#566812).
Modified files:
. : ChangeLog
gst-libs/gst/interfaces: mixer.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4285&r2=1.4286
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst-libs/gst/interfaces/mixer.c.diff?r1=1.26&r2=1.27
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4285
retrieving revision 1.4286
diff -u -d -r1.4285 -r1.4286
--- ChangeLog 8 Jan 2009 17:18:22 -0000 1.4285
+++ ChangeLog 9 Jan 2009 17:17:49 -0000 1.4286
@@ -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 <[email protected]>
* docs/libs/gst-plugins-base-libs-sections.txt:
Index: mixer.c
RCS file: /cvs/gstreamer/gst-plugins-base/gst-libs/gst/interfaces/mixer.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- mixer.c 3 Mar 2008 13:56:38 -0000 1.26
+++ mixer.c 9 Jan 2009 17:17:50 -0000 1.27
@@ -139,6 +139,8 @@
* 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 *
--===============1853467406146813146==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--===============1853467406146813146==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============1853467406146813146==--