Function gstreamer::format::clock_time::pad_clocktime
source ยท fn pad_clocktime(f: &mut Formatter<'_>, sign: Sign, buf: &str) -> Result
Expand description
Performs the correct padding for a clock time which has already been
emitted into a str, as by write_clocktime
. The str should not
contain the sign; that will be added by this method.