summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-20 12:08:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-20 12:10:52 +0300
commit5bdeed32bc93b84b748a45f44a8b40ba95d0afb9 (patch)
treefcbbf18b46c3064cd456f73582ec913ad4766448 /gst-libs/gst/rtp
parent44871680f02f5eae970c3d4f87b4e168ec412a25 (diff)
rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1
Diffstat (limited to 'gst-libs/gst/rtp')
-rw-r--r--gst-libs/gst/rtp/gstrtpbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtp/gstrtpbuffer.h b/gst-libs/gst/rtp/gstrtpbuffer.h
index b1ba33019..f544f83df 100644
--- a/gst-libs/gst/rtp/gstrtpbuffer.h
+++ b/gst-libs/gst/rtp/gstrtpbuffer.h
@@ -159,7 +159,7 @@ gboolean gst_rtp_buffer_add_extension_twobytes_header (GstRTPBuffer *rtp,
*
* Additional mapping flags for gst_rtp_buffer_map().
*
- * Since: 1.8
+ * Since: 1.6.1
*/
typedef enum {
GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING = (GST_MAP_FLAG_LAST << 0),