[gstreamer-bugs] [Bug 586568] New: [bytereader] add misc. string functions and gst_byte_reader_dup_data()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jun 21 13:30:43 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=586568

  GStreamer | gstreamer (core) | Ver: git
           Summary: [bytereader] add misc. string functions and
                    gst_byte_reader_dup_data()
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I'd like to add the following functions to GstByteReader:

    bytereader: add a bunch of utility functions for strings and a data dup
function

    API: gst_byte_reader_dup_data
    API: gst_byte_reader_skip_string
    API: gst_byte_reader_skip_string_utf8
    API: gst_byte_reader_skip_string_utf16
    API: gst_byte_reader_skip_string_utf32
    API: gst_byte_reader_peek_string
    API: gst_byte_reader_peek_string_utf8
    API: gst_byte_reader_peek_string_utf16
    API: gst_byte_reader_peek_string_utf32

They're useful for tag/chunk/atom parsing (making sure that theres's actually a
full 0-terminated string in the byte reader).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=586568.




More information about the Gstreamer-bugs mailing list