mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/gsttaglist.c: Fix rubbish docs that are encouraging us to leak strings...
Original commit message from CVS: 2006-03-12 Julien MOUTTE <julien@moutte.net> * gst/gsttaglist.c: Fix rubbish docs that are encouraging us to leak strings...
This commit is contained in:
parent
1fc26101c0
commit
ff2e4288ed
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-12 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* gst/gsttaglist.c: Fix rubbish docs that are encouraging
|
||||||
|
us to leak strings...
|
||||||
|
|
||||||
2006-03-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
2006-03-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* libs/gst/net/gstnettimeprovider.c:
|
* libs/gst/net/gstnettimeprovider.c:
|
||||||
|
|
|
@ -272,7 +272,6 @@ gst_tag_lookup (GQuark entry)
|
||||||
* with that name is already registered, that one is used.
|
* with that name is already registered, that one is used.
|
||||||
* The old registration may have used a different type however. So don't rely
|
* The old registration may have used a different type however. So don't rely
|
||||||
* on your supplied values.
|
* on your supplied values.
|
||||||
* This function takes ownership of all supplied variables.
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_tag_register (const gchar * name, GstTagFlag flag, GType type,
|
gst_tag_register (const gchar * name, GstTagFlag flag, GType type,
|
||||||
|
|
Loading…
Reference in a new issue