Skip to content

Commit

Permalink
gstrtpbuffer: added GST_RTP_BUFFER_FLAG_ULPFEC flag to mark ULPFEC pa…
Browse files Browse the repository at this point in the history
…ckets
  • Loading branch information
tbeloqui committed May 31, 2021
1 parent 0d8987e commit ee35086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gst-libs/gst/rtp/gstrtpbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ typedef enum {
GST_RTP_BUFFER_FLAG_REDUNDANT = (GST_BUFFER_FLAG_LAST << 1),
GST_RTP_BUFFER_FLAG_MEDIA_AUDIO = (GST_BUFFER_FLAG_LAST << 2),
GST_RTP_BUFFER_FLAG_MEDIA_VIDEO = (GST_BUFFER_FLAG_LAST << 3),
GST_RTP_BUFFER_FLAG_ULPFEC = (GST_BUFFER_FLAG_LAST << 4),
GST_RTP_BUFFER_FLAG_LAST = (GST_BUFFER_FLAG_LAST << 8)
} GstRTPBufferFlags;

Expand Down

0 comments on commit ee35086

Please sign in to comment.