After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323199 - Remove id3tag element (replaced by id3demux and id3mux)
Remove id3tag element (replaced by id3demux and id3mux)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.9.7
Other Linux
: Normal blocker
: 0.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-04 16:19 UTC by Tim-Philipp Müller
Modified: 2005-12-05 09:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2005-12-04 16:19:09 UTC
The 'id3tag' element should be removed before the release. It has been replaced
by the separate id3demux and id3mux elements, which fit much better into our
plugin model. We don't need an element that does both reading and writing at the
same time.
Comment 1 Tim-Philipp Müller 2005-12-04 16:36:41 UTC
This just involves commenting out the call to gst_element_register() in
plugin_init() in gstid3tag.c by the way (the other stuff can be cleaned up after
the release then).
Comment 2 Andy Wingo 2005-12-04 21:34:10 UTC
This gets my ok fwiw -- it's easy to add elements later, not possible to remove
them.
Comment 3 Andy Wingo 2005-12-05 09:34:12 UTC
2005-12-05  Andy Wingo  <wingo@pobox.com>

	* ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
	id3demux and id3mux now. Fixes #323199.