Searched refs:position_str (Results 1 – 1 of 1) sorted by relevance
94 gchar *position_str; in progress_update() local97 position_str = g_strdup_printf ("%.1f", (gfloat) position / GST_SECOND); in progress_update()99 position_str = g_strdup_printf ("n/a"); in progress_update()100 gtk_label_set_text (GTK_LABEL (elapsed), position_str); in progress_update()102 g_free (position_str); in progress_update()