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 705828 - videodecoder/videoencoder: Behaviour changes in ::reset() vfunc
videodecoder/videoencoder: Behaviour changes in ::reset() vfunc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-12 11:06 UTC by Sebastian Dröge (slomo)
Modified: 2013-08-15 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2013-08-12 11:06:21 UTC
Will have to be reverted before 1.1.4 release as they break things. reset() will then be deprecated and be replaced by a more sensible flush() vfunc.
Comment 1 Sebastian Dröge (slomo) 2013-08-15 13:55:28 UTC
commit 146bb1a153d76ed404fcd0c0f58647dabcffaec9
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Thu Aug 15 12:44:56 2013 +0200

    video{en,de}coder: Add new flush vfunc as a replacement for reset

commit 9df036c216c51a1f66d1dcf02ddb2631f65bfa65
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Wed Aug 14 16:55:55 2013 +0200

    video{en,de}coder: Revert to old ::reset() behaviour and deprecate it