GNOME Bugzilla – Bug 585592
[API] add gst_byte_reader_masked_scan_uint32()
Last modified: 2009-06-13 10:02:26 UTC
The people of bytereaderstan are envious of the fancy new API the people of adapteristan have recently acquired. Attached patch remedies this awkward situation.
Created attachment 136461 [details] [review] Patch adding gst_byte_reader_masked_scan_uint32() and a unit test
As a proud bytesreaderite, I totally want this in !
Sounds good
Your wish is my command: commit 674447fafe0bce733dc85eda4fcf325dba60716a Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Jun 12 18:36:15 2009 +0100 bytereader: add gst_byte_reader_masked_scan_uint32() Add a pattern scan function similar to the one recently added to GstAdapter, and a unit test (based on the adapter one). Fixes #585592. API: add gst_byte_reader_masked_scan_uint32()