GNOME Bugzilla – Bug 543404
[taginject] needs fixing and API review
Last modified: 2008-07-26 12:02:47 UTC
The recently-added taginject element in gst/debug/ needs both API review and some fixing (e.g. sending tags in the ::start method is simply wrong).
Should I cut the first pre-release anyway?
how did this land into -good without any *prior* review ? I would de-activate that code and do the pre-release.
> Should I cut the first pre-release anyway? Don't see why not, but maybe add a word of warning somewhere for good measure. It's unlikely that I'll come up with a patch before the prerelease.
(In reply to comment #2) > how did this land into -good without any *prior* review ? I would de-activate > that code and do the pre-release. > Haw haw - says the guy who wants to land hdv1394src after the freeze ends ;)
Created attachment 114941 [details] [review] move sending tags to transform_ip Tested with those two use-cases (wavenc does not write tags :/) gst-launch audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! lame ! avimux ! filesink location=taginject.avi gst-launch audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=taginject.ogg
2008-07-22 Stefan Kost <ensonic@users.sf.net> * gst/debug/gsttaginject.c: * gst/debug/gsttaginject.h: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially. Anything else or can this be closed?
__tim confirmed on irc that its okay now.