Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
369 stars 59 forks source link

Prevent GStreamer from hijacking --help #87

Closed thomasfillon closed 1 year ago

thomasfillon commented 8 years ago

Gstreamer is overriding command line help message.

This issue has already been circumvented in the timeside-launch script see https://github.com/Parisson/TimeSide/blob/6bc2813a9bfb0e241b87e43925591b17d02597ad/scripts/timeside-launch#L141 but it also appears with django management commands as indicated below.

$ python manage.py timeside-create-boilerplate --help
 Usage:
    manage.py [OPTION...] - GStreamer initialization

  Help Options:
    -h, --help                        Show help options
   --help-all                        Show all help options
    --help-gst                        Show GStreamer Options

In this case the same workaround is not obvious to implement.

See

yomguy commented 1 year ago

Closed as aubio based processors are preferred by default.