From 6937be1a0979aa0eed1a57eb3fbf9b11f275360e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 25 Apr 2007 15:55:32 +0000 Subject: 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. --- gst/rtsp/gstrtpdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtsp/gstrtpdec.h') diff --git a/gst/rtsp/gstrtpdec.h b/gst/rtsp/gstrtpdec.h index 1c9f42eb..5deca6e4 100644 --- a/gst/rtsp/gstrtpdec.h +++ b/gst/rtsp/gstrtpdec.h @@ -60,6 +60,7 @@ typedef struct _GstRTPDecSession GstRTPDecSession; struct _GstRTPDec { GstElement element; + guint latency; GSList *sessions; GstClock *provided_clock; }; -- cgit