[gstreamer-bugs] [Bug 336110] move taglib-based ID3 muxer to -good

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 1 08:51:18 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336110
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Thomas Vander Stichele changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas at apestaart.org




------- Comment #3 from Thomas Vander Stichele  2006-04-01 16:51 UTC -------
I was looking at this.  Noticing the following things:

- gtkdoc-mkdb does not look in .cc files for documentation.  That's pretty damn
annoying :)

- the plugin is called taglib and the element is called tagid3v2mux.  However
the class for the element is called GstTagLibClass.  And the debugging category
is again something with ID3 in it.  This should be cleaned up; either the idea
is to add other types of tag adders, in which case the classes should be named
ID3V2Mux-alike, or it is never going to do anything else than id3.

Also, if we have id3demux to demux, I think this element should be named
tagid3v2mux and not just id3v2mux.

- the check was put in -bad, with an ugly hack to find the "good" plugins (for
id3demux) - can this be written without relying on id3demux at all?


-- 
Configure bugmail: http://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