[Bug 665584] [h264parse] Reduce latency and cpu usage for packetized input

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 5 02:53:10 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665584
  GStreamer | gst-plugins-bad | git

--- Comment #1 from Edward Hervey <bilboed at gmail.com> 2011-12-05 10:53:07 UTC ---
Created an attachment (id=202818)
 View: https://bugzilla.gnome.org/attachment.cgi?id=202818
 Review: https://bugzilla.gnome.org/review?bug=665584&attachment=202818

codecparsers: Variant of _identify_nalu without checks

This is useful for cases where the caller *knows* that the provided
input contains a whole NALU and can therefore avoid:
* the expensive checks for the next start code (which won't be present)
* delaying the input parsing (since we would need the next incoming NALU
  in order for the parsing code to detect the next start code)

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