[gstreamer-bugs] [Bug 560302] Add GST_TAG_MERGE_REMOVE
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 22 06:40:33 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=560302
GStreamer | gstreamer (core) | git
Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Ever Confirmed|0 |1
--- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-01-22 14:40:30 UTC ---
Thiago, as a application you don't have the taglist of the element. The element
merges tags you sent there with the tags the elements receives from upstream
and sends that downstream. So right now we can only add tags.
But I totally agree with Tim that the proposal in comment #1 is hackish. It
would be better to add e.g.
gst_tag_setter_remove_tags (setter, first_tag, ...);
The above example would become:
gst_tag_setter_remove_tags (setter, GST_TAG_TITLE, GST_TAG_DURATION, NULL);
Does that look good?
--
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