Home
last modified time | relevance | path

Searched refs:dc_stop (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dmpl2parse.c40 gint dc_start, dc_stop; in mpl2_parse_line() local
43 if (sscanf (line, "[%u][%u]", &dc_start, &dc_stop) != 2) { in mpl2_parse_line()
48 GST_LOG ("line format %u %u", dc_start, dc_stop); in mpl2_parse_line()
50 state->duration = (GST_SECOND / 10 * dc_stop) - state->start_time; in mpl2_parse_line()