Revert "mpdparser: Don't consider streams with a known media presentation duration as live"
This reverts commit 37011e519830e0786fa6e307ed26003a2a8774f1. This change was actually completely unnecessary, the streams in question are marked as static and are not considered live anyway.
This commit is contained in:
parent
37011e5198
commit
ec226e856d
@ -4241,8 +4241,7 @@ gst_mpd_client_is_live (GstMpdClient * client)
|
||||
g_return_val_if_fail (client != NULL, FALSE);
|
||||
g_return_val_if_fail (client->mpd_node != NULL, FALSE);
|
||||
|
||||
return client->mpd_node->type == GST_MPD_FILE_TYPE_DYNAMIC &&
|
||||
client->mpd_node->mediaPresentationDuration != -1;
|
||||
return client->mpd_node->type == GST_MPD_FILE_TYPE_DYNAMIC;
|
||||
}
|
||||
|
||||
guint
|
||||
|
Loading…
x
Reference in New Issue
Block a user