gstreamer/gst-libs/gst
Branko Subasic 4dd5c5b808 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
2013-06-18 11:23:40 +02:00
..
allocators dmabuf: Make sure that memory is unmapped before releasing it 2013-05-17 09:50:23 +02:00
app app: Don't use $(GST_PLUGIN_LIBTOOLFLAGS) for real libraries 2013-04-16 14:09:43 +02:00
audio audiobasesrc: add 2 missing gst_buffer_unmap () calls 2013-06-17 16:34:26 +02:00
fft fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
pbutils pbutils: add description for TrueHD audio 2013-04-02 22:56:19 +01:00
riff riff: Manually calculate bitrate of ADPCM streams 2013-05-07 15:01:05 +02:00
rtp rtpbuffer: add gst_rtp_buffer_get_payload_bytes 2013-06-18 11:23:40 +02:00
rtsp rtspconnection: Make sure to set a sensible default port for the GSocketConnection 2013-06-10 15:31:38 +02:00
sdp sdp: use setter for the bandwidth 2013-04-26 10:10:41 +02:00
tag vorbistag: add mapping for TOTALTRACKS and TOTALDISCS tags 2013-02-14 00:33:56 +00:00
video Release 1.1.1 2013-06-05 18:31:27 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am allocators: Add dmabuf-based GstMemory and GstAllocator 2013-02-19 10:05:38 +01:00