gst-libs/gst/rtp/gstbasertpdepayload.c: Remove code to deal with RTP to GST time...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 16 Sep 2007 19:31:06 +0000 (19:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 16 Sep 2007 19:31:06 +0000 (19:31 +0000)
commit523fd097e601636ff5f492685d1c6ae00eb75ffe
treeaca489fe7c4c240f8dae46ff908b0b02f9e059df
parent1beb98e6dce20ce671eea07fc7280eed1823479a
gst-libs/gst/rtp/gstbasertpdepayload.c: Remove code to deal with RTP to GST time conversion, we now just copy the GST...

Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
(gst_base_rtp_depayload_chain),
(gst_base_rtp_depayload_handle_sink_event),
(gst_base_rtp_depayload_push_full),
(gst_base_rtp_depayload_set_gst_timestamp),
(gst_base_rtp_depayload_change_state):
Remove code to deal with RTP to GST time conversion, we now just copy
the GST timestamp we receive to the outgoing buffers.
Handle segment and flushes correctly.
* gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
When we have no valid input timestamp, use the previous rtp timestamp on
the outgoing RTP packet instead of the RTP base time.
ChangeLog
gst-libs/gst/rtp/gstbasertpdepayload.c
gst-libs/gst/rtp/gstbasertppayload.c