Home
last modified time | relevance | path

Searched refs:start_buffer_ts (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c1489 GstClockTime start_buffer_ts = GST_CLOCK_TIME_NONE; in gst_app_src_update_queued_push() local
1500 start_buffer_ts = end_buffer_ts = GST_BUFFER_DTS_OR_PTS (buf); in gst_app_src_update_queued_push()
1517 if (start_buffer_ts == GST_CLOCK_TIME_NONE) in gst_app_src_update_queued_push()
1518 start_buffer_ts = ts; in gst_app_src_update_queued_push()
1549 && start_buffer_ts > priv->last_segment.stop) in gst_app_src_update_queued_push()
1550 start_buffer_ts = priv->last_segment.stop; in gst_app_src_update_queued_push()
1551 else if (priv->last_segment.start > start_buffer_ts) in gst_app_src_update_queued_push()
1552 start_buffer_ts = priv->last_segment.start; in gst_app_src_update_queued_push()
1556 start_buffer_ts); in gst_app_src_update_queued_push()