From 16c30a244b8328a405f70228dc5fa68cbfe0cdcf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 19 Sep 2005 11:31:29 +0000 Subject: [PATCH] gst-libs/gst/rtp/gstbasertpdepayload.c: This one was not supposed to go in. Original commit message from CVS: * gst-libs/gst/rtp/gstbasertpdepayload.c: (gst_base_rtp_depayload_add_to_queue), (gst_base_rtp_depayload_push), (gst_base_rtp_depayload_set_gst_timestamp), (gst_base_rtp_depayload_queue_release): This one was not supposed to go in. --- ChangeLog | 9 +++++++++ gst-libs/gst/rtp/gstbasertpdepayload.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c83f926eb1..9e80a5a4f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-19 Wim Taymans + + * gst-libs/gst/rtp/gstbasertpdepayload.c: + (gst_base_rtp_depayload_add_to_queue), + (gst_base_rtp_depayload_push), + (gst_base_rtp_depayload_set_gst_timestamp), + (gst_base_rtp_depayload_queue_release): + This one was not supposed to go in. + 2005-09-19 Wim Taymans * check/pipelines/simple_launch_lines.c: (run_pipeline): diff --git a/gst-libs/gst/rtp/gstbasertpdepayload.c b/gst-libs/gst/rtp/gstbasertpdepayload.c index 0ab0e9ceee..e4812cd8be 100644 --- a/gst-libs/gst/rtp/gstbasertpdepayload.c +++ b/gst-libs/gst/rtp/gstbasertpdepayload.c @@ -327,7 +327,7 @@ gst_base_rtp_depayload_set_gst_timestamp (GstBaseRTPDepayload * filter, // if this is the first buf send a discont if (first) { // send discont - GstEvent *event = gst_event_new_newsegment (FALSE, 1.0, GST_FORMAT_TIME, + GstEvent *event = gst_event_new_newsegment (1.0, GST_FORMAT_TIME, ts, GST_CLOCK_TIME_NONE, 0); gst_pad_push_event (filter->srcpad, event); -- 2.34.1