[Bug 731974] videodecoder: parse source data until a frame is obtained

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 2 04:36:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731974
  GStreamer | gst-plugins-base | 1.2.4

--- Comment #11 from Gwenole Beauchesne <gb.devel at gmail.com> 2014-07-02 11:36:01 UTC ---
Note: I dropped the use of gst_adapter_available_fast() because this would
complicate the counter check. Second, it turns out that the "fast" here is only
if we map the adapter. The current gst_adapter_available() implementation just
returns an internal (accumulated) bytes counter. i.e. the default
gst_adapter_available() turns out to be faster to process than
gst_adapter_available_fast(). :)

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