[Bug 783075] adaptivedemux: Check live seeking range more often

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 25 09:28:21 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783075

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #352556|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 352556:
 --> (https://bugzilla.gnome.org/review?bug=783075&attachment=352556)

::: gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ +4145,3 @@
+  if (demux->segment.rate != 1.0 && gst_adaptive_demux_is_live (demux)) {
+    if (!gst_adaptive_demux_stream_in_live_seek_range (demux, stream))
+      ret = GST_FLOW_EOS;

Instead of EOS, maybe waiting until the segment becomes available is a better
behaviour?

-- 
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