[Bug 753879] adaptivedemux: doesn't answer queries for live streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Feb 12 11:43:03 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=753879
--- Comment #5 from A Ashley <bugzilla at ashley-family.net> ---
The reason I didn't make adaptive demux reply to duration queries was because:
1. I wasn't sure if there will ever be a class extending from adaptive demux
that would would want to reply with a duration
2. Most of the classes extending from adaptive demux were checking for live as
a special case
I'm happy to take your approach of replying from adaptive demux, but in that
case I think the code to check for if live should be removed from hlsdemux and
dashdemx, and the API documentation should be changed to indicate that
get_duration() will never be called for a live stream.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list