Searched refs:ts_microseconds (Results 1 – 1 of 1) sorted by relevance
2972 GTimeSpan ts_microseconds; in gst_mpd_client_seek_to_time() local2985 ts_microseconds = g_date_time_difference (time, start); in gst_mpd_client_seek_to_time()2989 if (ts_microseconds < 0) in gst_mpd_client_seek_to_time()2990 ts_microseconds = 0; in gst_mpd_client_seek_to_time()2992 ts = ts_microseconds * GST_USECOND; in gst_mpd_client_seek_to_time()