diff options
Diffstat (limited to 'gst/rtp/gstrtpulpfecenc.c')
-rw-r--r-- | gst/rtp/gstrtpulpfecenc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpulpfecenc.c b/gst/rtp/gstrtpulpfecenc.c index 43a735d28..aa8ac7b42 100644 --- a/gst/rtp/gstrtpulpfecenc.c +++ b/gst/rtp/gstrtpulpfecenc.c @@ -18,6 +18,17 @@ * Author: Mikhail Fludkov <misha@pexip.com> */ +/** + * SECTION:element-rtpulpfecenc + * @short_description: Generic RTP Forward Error Correction (FEC) encoder + * @title: rtpulpfecenc + * + * Generic Forward Error Correction (FEC) encoder using Uneven Level + * Protection (ULP) as described in RFC 5109. + * + * Since: 1.14 + */ + #include <gst/rtp/gstrtp-enumtypes.h> #include <gst/rtp/gstrtpbuffer.h> #include <string.h> |