summaryrefslogtreecommitdiff
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:08:23 +0300
commit700674e34096b93bb59a4b8da827c54efef14df6 (patch)
tree4ad67998c830fe289951af4b69dacd8ca7d172ff
parentd9e7db738b64140c80db910fc54a21088e2ea0ab (diff)
downloadgstreamer-plugins-base-700674e34096b93bb59a4b8da827c54efef14df6.tar.gz
rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1
-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),