diff options
Diffstat (limited to 'gst/rtp/gstrtpreddec.c')
-rw-r--r-- | gst/rtp/gstrtpreddec.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpreddec.c b/gst/rtp/gstrtpreddec.c index 6a2297254..488a9350c 100644 --- a/gst/rtp/gstrtpreddec.c +++ b/gst/rtp/gstrtpreddec.c @@ -18,6 +18,16 @@ * Author: Mikhail Fludkov <misha@pexip.com> */ +/** + * SECTION:element-rtpreddec + * @short_description: RTP Redundant Audio Data (RED) decoder + * @title: rtpreddec + * + * Decode Redundant Audio Data (RED) as per RFC 2198. + * + * Since: 1.14 + */ + #include <gst/rtp/gstrtpbuffer.h> #include "rtpredcommon.h" |