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
This commit is contained in:
Thiago Santos 2015-06-05 09:22:58 -03:00
parent 581d8c0b8d
commit 0a63fa7a01

View file

@ -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;