[Bug 750235] New: [API] rtpbasedepayload: add process_rtp_packet() vfunc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 1 11:30:51 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750235

            Bug ID: 750235
           Summary: [API] rtpbasedepayload: add process_rtp_packet() vfunc
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: t.i.m at zen.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 304376
  --> https://bugzilla.gnome.org/attachment.cgi?id=304376&action=edit
rtpbasedepayload: add process_rtp_packet() vfunc

Add process_rtp_packet() vfunc that works just like the
existing process() vfunc only that it takes the GstRTPBuffer
that the base class has already mapped (with MAP_READ),
which means that the subclass doesn't have to map it again,
which allows more performant processing of input buffers
for most RTP depayloaders (esp. for high-bandwidth
streams like raw video over RTP which can easily be
thousands of input packets per frame).

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