You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since codecs will be moved to after persistent queuing stage, we need to remove the use of codecs in the input base class. This would make codecs optional in input stage and remove the call codec.decode from all inputs.
Since codecs will be moved to after persistent queuing stage, we need to remove the use of codecs in the input base class. This would make codecs optional in input stage and remove the call
codec.decode
from all inputs.This needs a mass update of multiple plugins
Ref: #4767
The text was updated successfully, but these errors were encountered: