|
Hi,
I have few doubts in GST_EVENT_NEWSEGMENT.
which time stamp should be used by the output buffer which is used in _pad_push().
The time stamp given by the GST_EVENT_NEWSEGMENT event?
The time stamp given by the input buffer at that particular point of time.
I read in part-events.txt file that sinks must drop buffers with timestamps out of the indicated range. but in flac decoder and speex decoder, i could not find any code to discard buffers which are out of range.
Thanks in advance.
|