[Bug 702357] codecparser: optimize scanning for start code
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 17 01:34:42 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702357
GStreamer | gst-plugins-bad | unspecified
--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> 2013-06-17 08:34:38 UTC ---
(In reply to comment #5)
> Not really, this is very specific to some formats only.
What do you mean? in your patches you replace calls to
gst_byte_reader_masked_scan_uint32() with a mask of 0xffffff00 and value
0x00000100 with a call to your specialized version. I'm suggesting to move the
spcialized version to gst_byte_reader_masked_scan_uint32() and switch to it
when you get the mask and value as input.
--
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