A string that can be used in printf-like format strings to display a #GstClockTime value in h:m:s format. Use GST_TIME_ARGS() to construct the matching arguments.
|[<!-- language="C" --> printf("%" GST_TIME_FORMAT "\n", GST_TIME_ARGS(ts)); ]|
See Source File
A string that can be used in printf-like format strings to display a #GstClockTime value in h:m:s format. Use GST_TIME_ARGS() to construct the matching arguments.