gst/rtp/: Add a jpeg depayloader.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 14 Nov 2008 18:41:29 +0000 (18:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 14 Nov 2008 18:41:29 +0000 (18:41 +0000)
commit5c9ebea381826347871528031b0b65b20ff51c55
tree6f163a929900d89491bc52bcd32ae277a3813999
parentb51bb31b73f59ae01050eb1147b48a6759efeaf5
gst/rtp/: Add a jpeg depayloader.

Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
(gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
(gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
(MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
(gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
(gst_rtp_jpeg_depay_change_state),
(gst_rtp_jpeg_depay_plugin_init):
* gst/rtp/gstrtpjpegdepay.h:
Add a jpeg depayloader.
* gst/rtp/gstrtpjpegpay.c:
Set the default properties on the payloader to better defaults.
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpjpegdepay.c [new file with mode: 0644]
gst/rtp/gstrtpjpegdepay.h [new file with mode: 0644]
gst/rtp/gstrtpjpegpay.c