[gstreamer-bugs] [Bug 560302] Add GST_TAG_MERGE_REMOVE
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 29 05:20:25 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=560302
GStreamer | gstreamer (core) | git
--- Comment #7 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-01-29 13:20:22 UTC ---
(In reply to comment #6)
> I was thinking of
>
> 1.) storing them in a list (in the GstTagData) and resolv those when one runs
> gst_tag_setter_get_tag_list()
How about adding gst_tag_setter_add/remove_ignore_tag() for this case?
GstTagSetter would store a list of tags to be ignored and would discard those.
>
> 2.) apply them to GstTagData->list when calling gst_tag_setter_remove_tags(),
> basically calling gst_tag_list_remove_tag() foreach tag to delete.
This sounds more like removing once, if a new one arrives it would be added.
>
> Not sure what makes more sense.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list