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 594253 - jitterbuf: Only post a warning of clock-rate changed if it is changed from something initialized
jitterbuf: Only post a warning of clock-rate changed if it is changed from so...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-05 18:43 UTC by Håvard Graff (hgr)
Modified: 2009-09-08 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.25 KB, patch)
2009-09-05 18:43 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2009-09-05 18:43:21 UTC
Created attachment 142550 [details] [review]
patch

No point posting a warning when the clock-rate changes the proper way.
Comment 1 Wim Taymans 2009-09-08 11:45:57 UTC
commit a52309eff78fdfbb9c913461d0e12eaee596c35f
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Mon Aug 31 18:46:25 2009 +0200

    jitterbuffer: change severity of clock-rate change debug
    
    Make log GST_DEBUG under normal circumstances, GST_WARNING otherwise.
    
    Fixes #594253