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 630436 - basesink: renderdelay needs to be subtracted in adjust_time()
basesink: renderdelay needs to be subtracted in adjust_time()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-23 17:19 UTC by Håvard Graff (hgr)
Modified: 2010-09-24 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (981 bytes, patch)
2010-09-23 17:19 UTC, Håvard Graff (hgr)
none Details | Review

Description Håvard Graff (hgr) 2010-09-23 17:19:46 UTC
Created attachment 170935 [details] [review]
patch

latency is already sink-latency + render-delay, and here we only
want to deal with the sink-latency.
Comment 1 Wim Taymans 2010-09-24 10:24:28 UTC
commit 54a587143454320ed63ce82b052e07050ed6a584
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Wed May 26 20:29:22 2010 +0200

    basesink: renderdelay needs to be subtracted in adjust_time()
    
    latency is already sink-latency + render-delay, and here we only
    want to deal with the sink-latency.
    
    Fixes #630436