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 734661 - avviddec: After draining frames, flush the libav decoder
avviddec: After draining frames, flush the libav decoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-12 12:04 UTC by Jan Schmidt
Modified: 2014-09-13 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avviddec: After draining frames, flush the libav decoder (1.11 KB, patch)
2014-08-12 12:04 UTC, Jan Schmidt
accepted-commit_now Details | Review

Description Jan Schmidt 2014-08-12 12:04:12 UTC
Call libav's flush function after draining the decoder, to make sure there's no stale undecoded data left.
Comment 1 Jan Schmidt 2014-08-12 12:04:52 UTC
Created attachment 283179 [details] [review]
avviddec: After draining frames, flush the libav decoder

Makes sure that there's really nothing stale left in the decoder
after draining.
Comment 2 Aleix Conchillo Flaqué 2014-08-14 22:32:47 UTC
Should this be also in 1.4 branch?