mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05: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);
|
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
|
#if 0
|
||||||
/* fast start */
|
/* fast start */
|
||||||
representation =
|
representation =
|
||||||
|
|
Loading…
Reference in a new issue