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 692615 - tests: use g_timeout_add_seconds
tests: use g_timeout_add_seconds
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-27 04:39 UTC by B.Prathibha
Modified: 2013-01-27 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Reduce wakeups to save power (1.96 KB, patch)
2013-01-27 04:50 UTC, B.Prathibha
committed Details | Review

Comment 1 B.Prathibha 2013-01-27 04:50:02 UTC
Created attachment 234509 [details] [review]
Reduce wakeups to save power

Use g_timeout_add_seconds instead of g_timeout_add wherever possible.
Comment 2 Tim-Philipp Müller 2013-01-27 15:41:52 UTC
I've changed the title, since miniscule power savings don't really matter for test applications :)

 commit 7bb368ee4c43f7505f3578818f39230bff17c1a7
 Author: B.Prathibha <bosslinux@cdac.in>
 Date:   Sun Jan 27 10:17:59 2013 +0530

    tests: use g_timeout_add_seconds instead of g_timeout_add
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692615