From: Aaron Boxer Date: Wed, 11 May 2016 19:01:32 +0000 (-0400) Subject: rtpj2k: update documentation X-Git-Tag: 1.10.4~418 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82c2a5cbf830cf8706e2482875f9b7c2b8584fe3;p=platform%2Fupstream%2Fgst-plugins-good.git rtpj2k: update documentation https://bugzilla.gnome.org/show_bug.cgi?id=745187 --- diff --git a/gst/rtp/gstrtpj2kdepay.c b/gst/rtp/gstrtpj2kdepay.c index f629419..acf6f92 100644 --- a/gst/rtp/gstrtpj2kdepay.c +++ b/gst/rtp/gstrtpj2kdepay.c @@ -17,6 +17,17 @@ * Boston, MA 02110-1301, USA. */ + + /** + * SECTION:element-rtpj2kdepay + * + * Depayload an RTP-payloaded JPEG 2000 image into RTP packets according to RFC 5371 + * and RFC 5372. + * For detailed information see: https://datatracker.ietf.org/doc/rfc5371/ + * and https://datatracker.ietf.org/doc/rfc5372/ + */ + + #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/gst/rtp/gstrtpj2kpay.c b/gst/rtp/gstrtpj2kpay.c index ee4da03..fde51db 100644 --- a/gst/rtp/gstrtpj2kpay.c +++ b/gst/rtp/gstrtpj2kpay.c @@ -17,15 +17,20 @@ * Boston, MA 02110-1301, USA. */ -/** + /** * SECTION:element-rtpj2kpay * - * Payload encode JPEG 2000 pictures into RTP packets according to RFC 5371. - * For detailed information see: http://www.rfc-editor.org/rfc/rfc5371.txt + * Payload encode JPEG 2000 images into RTP packets according to RFC 5371 + * and RFC 5372. + * For detailed information see: https://datatracker.ietf.org/doc/rfc5371/ + * and https://datatracker.ietf.org/doc/rfc5372/ + * + * The payloader takes a JPEG 2000 image, scans it for "packetization + * units" and constructs the RTP packet header followed by the JPEG 2000 + * codestream. A "packetization unit" is defined as either a JPEG 2000 main header, + * a JPEG 2000 tile-part header, or a JPEG 2000 packet. + * * - * The payloader takes a JPEG 2000 picture, scans the header for packetization - * units and constructs the RTP packet header followed by the actual JPEG 2000 - * codestream. */ #ifdef HAVE_CONFIG_H