gst/rtp/: Caps extra properties must be defined as strings for depayloaders because...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 16 Aug 2006 10:05:00 +0000 (10:05 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 16 Aug 2006 10:05:00 +0000 (10:05 +0000)
commitffed349b0b7e8473bc4638a0ac8ec59d085ae521
tree30ef0776a7bad690a99a2824d1d0a91e880d179e
parent6eedcfbc8c493079db829b5f67ccd1bd791c1313
gst/rtp/: Caps extra properties must be defined as strings for depayloaders because they are generated from an SDP.

Original commit message from CVS:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtp/gstrtpmp4gdepay.c:
Caps extra properties must be defined as strings for
depayloaders because they are generated from an SDP.
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
(gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
(gst_rtp_h264_depay_finalize), (decode_base64),
(gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
(gst_rtp_h264_depay_set_property),
(gst_rtp_h264_depay_get_property),
(gst_rtp_h264_depay_change_state),
(gst_rtp_h264_depay_plugin_init):
* gst/rtp/gstrtph264depay.h:
Added basic, not completely functional RFC 3984 H264 depayloader.
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtph264depay.c [new file with mode: 0644]
gst/rtp/gstrtph264depay.h [new file with mode: 0644]
gst/rtp/gstrtpmp4gdepay.c