[Bug 734360] New: [API] bytereader: add _get_sub_reader() and _init_sub_reader()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 6 06:28:07 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734360
  GStreamer | gstreamer (core) | git

           Summary: [API] bytereader: add _get_sub_reader() and
                    _init_sub_reader()
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=282699)
 View: https://bugzilla.gnome.org/attachment.cgi?id=282699
 Review: https://bugzilla.gnome.org/review?bug=734360&attachment=282699

bytereader: add gst_byte_reader_init_sub_reader() and _get_sub_reader()

It would be nice to have API to init a sub-reader of a certain size from a
given byte reader. This is useful when reading chunked formats, one can easily
get a byte reader for a sub-chunk and make sure one never reads beyond the
sub-chunk boundary.

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