From 35c04708ba5156dd7fed637737113d8bd050b983 Mon Sep 17 00:00:00 2001 From: David Corvoysier Date: Mon, 15 Oct 2012 13:54:17 +0200 Subject: [PATCH] Fixed wrong comment --- ext/dash/gstdashdemux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 0f07b11674..c9b667f57b 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -879,7 +879,9 @@ needs_pad_switch (GstDashDemux * demux, GList * fragment) * a buffering event to tell the main application to pause. * * Teardown: - * The task is stopped when we reach the end of the manifest + * The task is stopped when we have reached the end of the manifest + * and emptied our queue. + * */ static void gst_dash_demux_stream_loop (GstDashDemux * demux)