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 641278 - rganalysis: parallel replay gain scanning for songs of the same album
rganalysis: parallel replay gain scanning for songs of the same album
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-02 18:32 UTC by Johannes Weißl
Modified: 2018-05-01 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Weißl 2011-02-02 18:32:36 UTC
Hi!

when writing a little python script for scanning files using the rganalysis plugin, I discovered that it's impossible to scan tracks which belong to one album in parallel. Only multiple albums can be scanned simultaneously. This is sad, because on a typical modern PC this can speed up the process considerably!

I had several ideas for implementing this (expose the internal histogram via messages, allow "merging" of two rganalysis objects, etc), but none of them is good. That's why I'm posting this enhancement request, maybe someone has an idea!

If you think this feature is irrelevant / not wanted, this bug report can be closed!
Comment 1 Sebastian Dröge (slomo) 2013-08-21 18:47:40 UTC
Sounds like a good idea but I wouldn't know how to properly implement that in GStreamer
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2014-01-08 22:34:36 UTC
I also think this needs to be on the app level, by running several pipelines in parallel. Johannes, would this work for you?
Comment 3 Johannes Weißl 2018-05-01 14:46:48 UTC
Yes I think app level works well enough!