mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
dashdemux: remove duplicated code
remove duplicated code https://bugzilla.gnome.org/show_bug.cgi?id=790895
This commit is contained in:
parent
f31e91b7a1
commit
beb32ab37d
1 changed files with 0 additions and 4 deletions
|
@ -4724,10 +4724,6 @@ gst_mpd_client_setup_streaming (GstMpdClient * client,
|
|||
|
||||
GST_DEBUG ("0. Current stream %p", stream);
|
||||
|
||||
/* retrieve representation list */
|
||||
if (stream->cur_adapt_set != NULL)
|
||||
rep_list = stream->cur_adapt_set->Representations;
|
||||
|
||||
#if 0
|
||||
/* fast start */
|
||||
representation =
|
||||
|
|
Loading…
Reference in a new issue