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);