Skip to content
  • Edward Hervey's avatar
    souphttpsrc: Don't drop final bytes of a range request · 1d55fbce
    Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
    At the end of a range request, we don't want to return GST_FLOW_EOS otherwise
    the last bytes we just read will be dropped by basesrc.
    
    Instead just return GST_FLOW_OK (which was set just before) and let basesrc
    handle the fact we are at the end of the segment.
    1d55fbce