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:
Julien Moutte 2006-03-12 20:44:46 +00:00
parent 1fc26101c0
commit ff2e4288ed
2 changed files with 5 additions and 1 deletions

View file

@ -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>
* libs/gst/net/gstnettimeprovider.c:

View file

@ -272,7 +272,6 @@ gst_tag_lookup (GQuark entry)
* with that name is already registered, that one is used.
* The old registration may have used a different type however. So don't rely
* on your supplied values.
* This function takes ownership of all supplied variables.
*/
void
gst_tag_register (const gchar * name, GstTagFlag flag, GType type,