Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c94 gchar *position_str; in progress_update() local
97 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()