-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The only decoder interface that we support at the moment is the stateless one. For ease of use, clients should rather use a stateful API, close to the one proposed by Webcodecs.
This means:
- Defining a
StatefulDecodertrait, - Having an implementation of this trait that can wrap a stateless decoder and expose the stateful interface on top of it,
- When we have basic V4L2 support, writing another implementation of this trait to support stateful V4L2 devices.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request