[Bug 794505] souphttpsrc: Eos is not emitted for not satisfiable range seek

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 20 09:37:08 UTC 2018


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

--- Comment #4 from Paul Kim <paul.hyunil at lge.com> ---
More specifically, we expect the following line if seek to bigger than
content_size is performed, but if we set automatic_eos FALSE, EOS does not
occur immediately.
  if (src->have_size && segment->start >= src->content_size) {
    GST_WARNING_OBJECT (src,
        "Potentially seeking behind end of file, might EOS immediately");
  }

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