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 787926 - nvdec: The discontinuity flag is not set correctly
nvdec: The discontinuity flag is not set correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.13.x
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-20 00:16 UTC by Per-Erik Brodin
Modified: 2017-09-20 01:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.02 KB, patch)
2017-09-20 00:19 UTC, Per-Erik Brodin
committed Details | Review

Description Per-Erik Brodin 2017-09-20 00:16:47 UTC
Should use bitwise OR
Comment 1 Per-Erik Brodin 2017-09-20 00:19:54 UTC
Created attachment 360094 [details] [review]
patch
Comment 2 Matthew Waters (ystreet00) 2017-09-20 01:22:56 UTC
commit 650adc43a94c66eb569012046580f40800a6881f
Author: Per-Erik Brodin <per-erik.brodin@ericsson.com>
Date:   Tue Sep 19 17:18:48 2017 -0700

    nvdec: Correctly set the discontinuity flag
    
    Instead of clearing the "valid timestamp" flag, which would result in a
    timestamp mismatch after a discontinuity.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787926