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 768990 - audioclock: use GST_STIME_FORMAT for the correct argument
audioclock: use GST_STIME_FORMAT for the correct argument
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-20 10:25 UTC by Michael Olbrich
Modified: 2016-07-20 11:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
audioclock: use GST_STIME_FORMAT for the correct argument (1.11 KB, patch)
2016-07-20 10:25 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2016-07-20 10:25:11 UTC
Created attachment 331812 [details] [review]
audioclock: use GST_STIME_FORMAT for the correct argument

GST_STIME_ARGS is used for time_offset not for last_time.
This fixes the format string accordingly.
Comment 1 Tim-Philipp Müller 2016-07-20 11:32:08 UTC
Thanks!

commit 44da322083db504983db8eec76e61d57d24b4ae0
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Wed Jul 20 12:17:57 2016 +0200

    audioclock: use GST_STIME_FORMAT for the correct argument
    
    GST_STIME_ARGS is used for time_offset not for last_time.
    This fixes the format string accordingly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768990