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 767231 - videodecoder: Drain decoder on DISCONT buffers
videodecoder: Drain decoder on DISCONT buffers
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-04 07:52 UTC by Edward Hervey
Modified: 2016-06-04 07:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2016-06-04 07:52:24 UTC
This ensures the decoder is properly drained out when receiving a
DISCONT buffer. The optimal way of doing this would have been to
receive a GAP event before hand but it is not always possible.

Fixes big delays with some decoders (ex gst-libav) that will not
drain out data when only decoding keyframes.
Comment 1 Edward Hervey 2016-06-04 07:55:03 UTC
Was an error when using git-bz