[Bug 665921] filesrc: Incorrect EOF detection in create_read

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 12 05:09:33 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665921
  GStreamer | gstreamer (core) | 0.10.35

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-12-12 13:09:27 UTC ---
Created an attachment (id=203247)
 View: https://bugzilla.gnome.org/attachment.cgi?id=203247
 Review: https://bugzilla.gnome.org/review?bug=665921&attachment=203247

filesrc: do not mistake short reads for EOS

While local filesystems will usually not cause short reads,
this may happen on seekable files on some remote filesystems.
Instead, loop till we get the requested amount of data, or
an actual EOS (ie, 0 bytes).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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