From cc6371727cdfd2241428adf61a58059db772b046 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Apr 2008 11:22:13 +0000 Subject: gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost events by default and make a property to ena... Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property), (gst_rtp_jitter_buffer_get_property): Disable sending out rtp packet lost events by default and make a property to enabe it. We will likely enable it by default when the base depayloaders have a default handler for them so that we don't send these events all through the pipeline for now. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09d48c23..439e3f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-04-25 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init), + (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property), + (gst_rtp_jitter_buffer_get_property): + Disable sending out rtp packet lost events by default and make a + property to enabe it. We will likely enable it by default when the base + depayloaders have a default handler for them so that we don't send these + events all through the pipeline for now. + 2008-04-25 Wim Taymans * gst/rtpmanager/gstrtpjitterbuffer.c: -- cgit v1.2.1