From 5c9ebea381826347871528031b0b65b20ff51c55 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 14 Nov 2008 18:41:29 +0000 Subject: 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e77e43fc..870cead2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-11-14 Wim Taymans + + * 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. + 2008-11-14 Stefan Kost * sys/v4l2/gstv4l2.c: -- cgit