gst/rtp/: Add raw video pay and depayloaders, see RFC4175.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 1 Jul 2008 13:28:02 +0000 (13:28 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 1 Jul 2008 13:28:02 +0000 (13:28 +0000)
commit41e206534c7dee561d06fb044926f9eb1ea14dc5
treee7ea21b66aa6e6292b5b3c29e50a7d4ad0ed5f95
parent7d08894b38b97c614c50e48bd2e5ee475f3c0667
gst/rtp/: Add raw video pay and depayloaders, see RFC4175.

Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
(gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
(gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
(gst_rtp_vraw_depay_change_state),
(gst_rtp_vraw_depay_plugin_init):
* gst/rtp/gstrtpvrawdepay.h:
* gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
(gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
(gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
(gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
(gst_rtp_vraw_pay_plugin_init):
* gst/rtp/gstrtpvrawpay.h:
Add raw video pay and depayloaders, see RFC4175.
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpvrawdepay.c [new file with mode: 0644]
gst/rtp/gstrtpvrawdepay.h [new file with mode: 0644]
gst/rtp/gstrtpvrawpay.c [new file with mode: 0644]
gst/rtp/gstrtpvrawpay.h [new file with mode: 0644]