diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-08-16 10:05:00 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-08-16 10:05:00 +0000 |
| commit | ffed349b0b7e8473bc4638a0ac8ec59d085ae521 (patch) | |
| tree | 30ef0776a7bad690a99a2824d1d0a91e880d179e /ChangeLog | |
| parent | 6eedcfbc8c493079db829b5f67ccd1bd791c1313 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 2006-08-16 Wim Taymans <wim@fluendo.com> + * 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. + +2006-08-16 Wim Taymans <wim@fluendo.com> + * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps): Add pads after setting them up. |
