[gstreamer-bugs] [Bug 617733] wavparse: handle gst_pad_pull_range returning less data than requested
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 5 02:30:42 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=617733
GStreamer | gst-plugins-good | 0.10.22
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-05-05 09:30:39 UTC ---
Yes, gst_pad_pull_range() MUST return the requested number of bytes unless an
EOF is encountered (in which case GST_FLOW_OK and less bytes are returned and
on the next pull_range no buffer and a GST_FLOW_UNEXPECTED) or unless an error
occured (in which case no buffer is returned and GST_FLOW_ERROR/WRONG_STATE/..
is returned).
--
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