rtpj2k: update documentation

https://bugzilla.gnome.org/show_bug.cgi?id=745187
This commit is contained in:
Aaron Boxer 2016-05-11 15:01:32 -04:00 committed by Sebastian Dröge
parent fe4dc610e6
commit 82c2a5cbf8
2 changed files with 22 additions and 6 deletions

View file

@ -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

View file

@ -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