From 0a63fa7a01e82b00251f1a995d8cf14593d0fbfb Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 5 Jun 2015 09:22:58 -0300 Subject: [PATCH] hlsdemux: drop TODO that doesn't need a solution Connection speed is only checked at that point in hlsdemux so there is no real need to refactor it. https://bugzilla.gnome.org/show_bug.cgi?id=749328 --- ext/hls/gsthlsdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 1535815647..5e27327187 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -437,7 +437,6 @@ gst_hls_demux_process_manifest (GstAdaptiveDemux * demux, GstBuffer * buf) GstM3U8 *child = NULL; GError *err = NULL; - /* TODO seems like something that could be simplified */ if (demux->connection_speed == 0) { GST_M3U8_CLIENT_LOCK (hlsdemux->client); child = hlsdemux->client->main->current_variant->data;