GNOME Bugzilla – Bug 664127
[API] videodecoder: Add separate drain vfunc and differentiate between hard/soft reset in reset vfunc
Last modified: 2012-07-23 10:36:44 UTC
Currently there's only a reset vfunc, which is called whenever the decoder has to be reset in one way or another. It would make sense to add a separate drain vfunc for draining the decoder (which is not necessary when flushing for example) and also differentiate between hard/soft resets in the reset vfunc.
What differences would you envision between those two ?
Between which two? hard/soft reset is already used internally and just not passed to the vfunc.
Does this still apply to the version now in -base?
No, there's a "hard" parameter in the reset vfunc now.