gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 12 Jul 2006 09:34:15 +0000 (09:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 12 Jul 2006 09:34:15 +0000 (09:34 +0000)
commit0da3b73faea5c2f165e32dffd8e547ddafc9f745
tree329d310a51eea70634d6776d5a875dd3f1b4332e
parenta1a4b4d3e004db41fd655a56040ba81bd06f8108
gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.

Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
(gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
(gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
(gst_rtp_mp2t_depay_set_property),
(gst_rtp_mp2t_depay_get_property),
(gst_rtp_mp2t_depay_change_state),
(gst_rtp_mp2t_depay_plugin_init):
* gst/rtp/gstrtpmp2tdepay.h:
Added mpeg2 TS depayloader. Closing #347234.
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpmp2tdepay.c [new file with mode: 0644]
gst/rtp/gstrtpmp2tdepay.h [new file with mode: 0644]