diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-25 15:55:32 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-25 15:55:32 +0000 |
commit | 6937be1a0979aa0eed1a57eb3fbf9b11f275360e (patch) | |
tree | 7c139197e431a82c34e1a6aa677168d330d4d094 /ChangeLog | |
parent | e53a24511b26f3f7dde05ba073d02ca49cb2b190 (diff) |
gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with rtpbin.
Original commit message from CVS:
* gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
(gst_rtp_dec_init), (gst_rtp_dec_set_property),
(gst_rtp_dec_get_property):
* gst/rtsp/gstrtpdec.h:
Add dummy latency property to be backwards compat with rtpbin.
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
(gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
(gst_rtspsrc_stream_configure_transport),
(gst_rtspsrc_parse_rtpinfo):
* gst/rtsp/gstrtspsrc.h:
Add latency property and configure in the session manager.
Don't set invalid clock-base and seqnum-base on caps, some servers
sometimes don't send them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2007-04-25 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init), + (gst_rtp_dec_init), (gst_rtp_dec_set_property), + (gst_rtp_dec_get_property): + * gst/rtsp/gstrtpdec.h: + Add dummy latency property to be backwards compat with rtpbin. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init), + (gst_rtspsrc_set_property), (gst_rtspsrc_get_property), + (gst_rtspsrc_stream_configure_transport), + (gst_rtspsrc_parse_rtpinfo): + * gst/rtsp/gstrtspsrc.h: + Add latency property and configure in the session manager. + Don't set invalid clock-base and seqnum-base on caps, some servers + sometimes don't send them. + 2007-04-25 Tim-Philipp Müller <tim at centricular dot net> * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init), |