[Bug 665921] filesrc: Incorrect EOF detection in create_read

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 13 03:26:04 PST 2011


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

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.36

--- Comment #12 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-12-13 11:25:57 UTC ---
Thanks for checking.

commit 431fc714c927381e359c07a8599b8b2bc301f415
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Dec 12 13:05:36 2011 +0000

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

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

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