After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585592 - [API] add gst_byte_reader_masked_scan_uint32()
[API] add gst_byte_reader_masked_scan_uint32()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-12 17:47 UTC by Tim-Philipp Müller
Modified: 2009-06-13 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding gst_byte_reader_masked_scan_uint32() and a unit test (9.45 KB, patch)
2009-06-12 17:47 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2009-06-12 17:47:04 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.
Comment 1 Tim-Philipp Müller 2009-06-12 17:47:42 UTC
Created attachment 136461 [details] [review]
Patch adding gst_byte_reader_masked_scan_uint32() and a unit test
Comment 2 Edward Hervey 2009-06-13 07:45:54 UTC
As a proud bytesreaderite, I totally want this in !
Comment 3 Sebastian Dröge (slomo) 2009-06-13 08:01:26 UTC
Sounds good
Comment 4 Tim-Philipp Müller 2009-06-13 10:02:26 UTC
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()