GNOME Bugzilla – Bug 621896
[API][taglist] Add gst_tag_list_peek_string_index
Last modified: 2010-06-18 17:50:42 UTC
Adds a variation of the gst_tag_list_get_string_index that doesn't copy the string.
Created attachment 163924 [details] [review] taglist: add gst_tag_list_peek_string_index to avoid a copy Adds a variation of the _get_string_index function that doesn't copy the string. API: gst_tag_list_peek_string_index
Sounds like a good idea :) Patch looks good but there's a typo in the docs (calle instead of caller).
Pushed. Module: gstreamer Branch: master Commit: 9ee11a2af41ec6f37bbf37e7990d129c357fb809 URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=9ee11a2af41ec6f37bbf37e7990d129c357fb809 Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Thu Jun 17 11:39:04 2010 -0300 taglist: add gst_tag_list_peek_string_index to avoid a copy Adds a variation of the _get_string_index function that doesn't copy the string. API: gst_tag_list_peek_string_index https://bugzilla.gnome.org/show_bug.cgi?id=621896