plugins/tracklength-gstreamer.c: Rewrite to use `GstDiscoverer'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jul 2018 11:54:27 +0000 (12:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jul 2018 11:54:27 +0000 (12:54 +0100)
The old version worked, but was fiddly, and very slow at some MP3
files.  It seems that if you start playing for a few milliseconds and
then ask, then you get a good answer, but since I found this out by
tripping over the `GstDiscoverer' machinery that GStreamer already has,
it seemed like a better idea to just use that.  Which means almost all
of the code has gone.


No differences found