After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664127 - [API] videodecoder: Add separate drain vfunc and differentiate between hard/soft reset in reset vfunc
[API] videodecoder: Add separate drain vfunc and differentiate between hard/s...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 671909
 
 
Reported: 2011-11-15 17:00 UTC by Sebastian Dröge (slomo)
Modified: 2012-07-23 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2011-11-15 17:00:43 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.
Comment 1 Edward Hervey 2012-03-07 09:57:23 UTC
What differences would you envision between those two ?
Comment 2 Sebastian Dröge (slomo) 2012-03-07 16:14:00 UTC
Between which two? hard/soft reset is already used internally and just not passed to the vfunc.
Comment 3 Tim-Philipp Müller 2012-07-07 20:58:30 UTC
Does this still apply to the version now in -base?
Comment 4 Sebastian Dröge (slomo) 2012-07-23 10:36:44 UTC
No, there's a "hard" parameter in the reset vfunc now.