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 687523 - gst-launch: use GST_TIME_FORMAT to report execution time
gst-launch: use GST_TIME_FORMAT to report execution time
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-03 16:55 UTC by Andrzej Bieniek
Modified: 2012-12-10 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
report execution time in GST_TIME_FORMAT (845 bytes, patch)
2012-11-03 17:04 UTC, Andrzej Bieniek
committed Details | Review

Description Andrzej Bieniek 2012-11-03 16:55:44 UTC
Execution time reported by gst-launch in GST_TIME_FORMAT is much easier to read.

old: Execution ended after 1059654454 ns.
new: Execution ended after 0:00:01.059654454

E.g.:
$ gst-launch-0.10 fakesrc silent=1 ! fakesink silent=1 num-buffers=1000000
[..]
Execution ended after 0:00:01.059654454
Comment 1 Andrzej Bieniek 2012-11-03 17:04:50 UTC
Created attachment 227974 [details] [review]
report execution time in GST_TIME_FORMAT
Comment 2 Wim Taymans 2012-12-10 12:05:56 UTC
commit 8cbdf007a72daac15cfa99c057425babd160b1aa
Author: Andrzej Bieniek <andyhelp@gmail.com>
Date:   Sat Nov 3 16:59:39 2012 +0000

    gst-launch: report execution time in GST_TIME_FORMAT
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687523