mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
4dd5c5b808
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 |
||
---|---|---|
.. | ||
.gitignore | ||
audio.c | ||
audiocdsrc.c | ||
discoverer.c | ||
fft.c | ||
gstlibscpp.cc | ||
libsabi.c | ||
navigation.c | ||
pbutils.c | ||
profile.c | ||
rtp.c | ||
rtsp.c | ||
sdp.c | ||
struct_arm.h | ||
struct_i386.h | ||
struct_i386_osx.h | ||
struct_ppc32.h | ||
struct_x86_64.h | ||
tag.c | ||
video.c | ||
xmpwriter.c |