[Bug 698562] gstrtpbuffer.c: broken language bindings for gst_rtp_buffer_get_payload
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 18 02:27:37 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698562
GStreamer | gst-plugins-base | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.1.2
--- Comment #15 from Sebastian Dröge <slomo at circular-chaos.org> 2013-06-18 09:27:30 UTC ---
commit 4dd5c5b808d1618efbe0364b80c04fb2ca23d65a
Author: Branko Subasic <branko at axis.com>
Date: Sun Jun 16 22:39:30 2013 +0200
rtpbuffer: add gst_rtp_buffer_get_payload_bytes
The function gst_rtp_buffer_get_payload can not be used in Python
because it lacks necessary length parameter. This patch adds a new
function, gst_rtp_buffer_get_payload_bytes, to use from Python
bindings. The new function has the advisory "Rename to:" annotation
so it can replace the gst_rtp_buffer_get_payload whan creating
bindings.
The function gst_rtp_buffer_get_extension_bytes is also added. It wraps
gst_rtp_buffer_get_extension_data which doesn't work in Python due to
incomplete annotation and because it returns the length as number of
32-bit words.
https://bugzilla.gnome.org/show_bug.cgi?id=698562
--
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