[Bug 654388] [tags] API: move id3 parsing from id3demux to tag lib

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 19 14:47:38 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654388
  GStreamer | gst-plugins-base | git

--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-07-19 21:47:34 UTC ---
I'm happyen enough with that (new public API).

> Presumably the history tricks are described in release docs, though routine in
> doing so is another matter ... ;)

Yes, the 'moving plugins' document in gstreamer/docs/random has some hints.
Basically, create patches for the set of files in -good (without the ugly
[MOVED FROM GOOD] prefix), then run sed over the *patch files to fix up the
file paths from e.g. gst/id3demux/blah.c to e.g. gst-libs/gst/tag/gstblah.c
(make sure to use /g or run it multiple times to catch multiple occurances per
line). The run git am /path/to/*patch in -base to commit the series. Let me
know if you'd prefer me to do this.

-- 
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