diff options
| author | Laurent Glayal <spglegle@yahoo.fr> | 2007-03-29 08:08:49 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-03-29 08:08:49 +0000 |
| commit | d94a696bcd11dd7cf1de4145609788c60ec7f2b7 (patch) | |
| tree | d079453564934d9f247178b2ea954736455d8e32 /ChangeLog | |
| parent | c76eea67cc962595362c8bf4c7650a76452e7b03 (diff) | |
gst/rtp/: Added H264 payloader. Fixes #423782.
Original commit message from CVS:
Patch by: Laurent Glayal <spglegle at yahoo dot fr>
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
(gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
(gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
(gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
(gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
(gst_rtp_h264_pay_plugin_init):
* gst/rtp/gstrtph264pay.h:
Added H264 payloader. Fixes #423782.
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
(gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
Small fixes.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2007-03-29 Wim Taymans <wim@fluendo.com> + + Patch by: Laurent Glayal <spglegle at yahoo dot fr> + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init), + (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init), + (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps), + (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property), + (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state), + (gst_rtp_h264_pay_plugin_init): + * gst/rtp/gstrtph264pay.h: + Added H264 payloader. Fixes #423782. + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init), + (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process): + Small fixes. + 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org> * gst/wavparse/gstwavparse.c: |
