mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
581d8c0b8d
commit
0a63fa7a01
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue