[Bug 750235] [API] rtpbasedepayload: add process_rtp_packet() vfunc
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jul 12 06:32:14 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750235
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.5.3
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit bc14cdf529e21356ea7b2c8f34614958a91f7260
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Wed May 27 18:55:20 2015 +0100
rtp: 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.
https://bugzilla.gnome.org/show_bug.cgi?id=750235
commit 6717c86061f8757fc6d5c7b660a06b59194cf673
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jul 12 14:27:15 2015 +0100
rtp: depayloaders: implement process_rtp_packet() vfunc
For more optimised RTP packet handling: means we don't
need to map the input buffer again but can just re-use
the mapping the base class has already done.
https://bugzilla.gnome.org/show_bug.cgi?id=750235
commit fe787425bcc4be1bb9ea6a63d245731e6b431251
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Wed May 27 19:19:27 2015 +0100
rtpvrawdepay: implement process_rtp_packet() vfunc
For more optimised RTP packet handling: means we don't
need to map the input buffer again but can just re-use
the map the base class has already done.
https://bugzilla.gnome.org/show_bug.cgi?id=750235
--
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