GNOME Bugzilla – Bug 756282
[PLUGIN-MOVE] Move opus to -base
Last modified: 2016-03-11 15:56:05 UTC
I would like to move opus to either -good or -base in this cycle. This bug is to track anything that's left to do before this happens. If I remember correctly, multichannel support needs to be fixed up or implemented before we can move it, in case we need additional/changed caps signalling for that case.
Yes, we should figure out multichannel stuff before to make sure we don't need to change caps because of that.
IMHO good to go now. Except for: opusparse should go to audioparsers (and lose its libopus dependency), rtpopus* should go to the rtp plugin (after losing its libopus dependency).
opusenc has some deprecated properties: cbr : Constant bit rate (DEPRECATED: use bitrate-type) constrained-vbr : Constrained VBR (DEPRECATED: use bitrate-type) Maybe we should remove those ?
Created attachment 322430 [details] [review] opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" properties
Comment on attachment 322430 [details] [review] opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" properties Yes, now or never :)
Comment on attachment 322430 [details] [review] opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" properties Let's make it now then!
I think this is resolved for most purposes. opusenc/dec are now in -base, rtp payloader/depayloader in -good. opusparse is still in -bad and can be moved in the next cycle, or not. It's not autoplugged and not particularly important really.