[Bug 757602] adaptivedemux: improved error message if availabilityStartTime is missing for a live stream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 7 10:32:07 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=757602
--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
The availabilityStartTime is read from external input, so it is not a
programming error to have it missing.
On this function, it might make sense to have this assertion is somewhere
before in the flow it would check if the value is NULL or not and abort
earlier. If all assertions were disabled it would end up still failing
ungracefully without any notice to the user.
If availability start time is missing it should warn the user, not the
developer. The problem here is with the input.
--
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