GNOME Bugzilla – Bug 687523
gst-launch: use GST_TIME_FORMAT to report execution time
Last modified: 2012-12-10 12:54:17 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
Created attachment 227974 [details] [review] report execution time in GST_TIME_FORMAT
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