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 766795 - baseparse: Make sure DISCONT flags are properly propagated
baseparse: Make sure DISCONT flags are properly propagated
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-23 13:07 UTC by Edward Hervey
Modified: 2016-06-07 07:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
baseparse: Make sure DISCONT flags are properly propagated (1.44 KB, patch)
2016-05-23 13:07 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2016-05-23 13:07:02 UTC
See commit message
Comment 1 Edward Hervey 2016-05-23 13:07:06 UTC
Created attachment 328388 [details] [review]
baseparse: Make sure DISCONT flags are properly propagated

If we drop a frame that contained a discontinuity, we must remember
that for the next frame that *will* be pushed downstream.
Comment 2 Edward Hervey 2016-06-07 07:45:44 UTC
commit ea395c2498790535bd8461f4ef25640bb84dd1ae
Author: Edward Hervey <edward@centricular.com>
Date:   Sun May 22 13:10:06 2016 +0200

    baseparse: Make sure DISCONT flags are properly propagated
    
    If we drop a frame that contained a discontinuity, we must remember
    that for the next frame that *will* be pushed downstream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766795