mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1
This commit is contained in:
parent
44871680f0
commit
5bdeed32bc
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ gboolean gst_rtp_buffer_add_extension_twobytes_header (GstRTPBuffer *rtp,
|
||||||
*
|
*
|
||||||
* Additional mapping flags for gst_rtp_buffer_map().
|
* Additional mapping flags for gst_rtp_buffer_map().
|
||||||
*
|
*
|
||||||
* Since: 1.8
|
* Since: 1.6.1
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING = (GST_MAP_FLAG_LAST << 0),
|
GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING = (GST_MAP_FLAG_LAST << 0),
|
||||||
|
|
Loading…
Reference in a new issue