aboutsummaryrefslogtreecommitdiff
path: root/gst/hls/gstfragment.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/hls/gstfragment.c')
-rw-r--r--gst/hls/gstfragment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/hls/gstfragment.c b/gst/hls/gstfragment.c
index e21c1401..71c3e2b0 100644
--- a/gst/hls/gstfragment.c
+++ b/gst/hls/gstfragment.c
@@ -159,7 +159,7 @@ gst_fragment_init (GstFragment * fragment)
g_mutex_init (&fragment->priv->lock);
priv->buffer = NULL;
- fragment->download_start_time = g_get_real_time ();
+ fragment->download_start_time = gst_util_get_timestamp ();
fragment->start_time = 0;
fragment->stop_time = 0;
fragment->index = 0;