rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1
authorSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 09:08:23 +0000 (12:08 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 09:10:52 +0000 (12:10 +0300)
gst-libs/gst/rtp/gstrtpbuffer.h

index b1ba330..f544f83 100644 (file)
@@ -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),