occurance of GST_EVENT_NEWSEGMENT

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

occurance of GST_EVENT_NEWSEGMENT

chandu
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.