Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c151 GstSegment last_segment; member
1088 gst_segment_init (&priv->last_segment, priv->format); in gst_app_src_start()
1252 gst_segment_copy_into (segment, &priv->last_segment); in gst_app_src_do_seek()
1414 && priv->last_segment.format == GST_FORMAT_TIME)) in gst_app_src_update_queued_pop()
1418 GST_FORMAT_TIME ? &priv->current_segment : &priv->last_segment; in gst_app_src_update_queued_pop()
1509 if (priv->last_segment.format == GST_FORMAT_TIME in gst_app_src_update_queued_push()
1512 if (priv->last_segment.stop != -1 in gst_app_src_update_queued_push()
1513 && end_buffer_ts > priv->last_segment.stop) in gst_app_src_update_queued_push()
1514 end_buffer_ts = priv->last_segment.stop; in gst_app_src_update_queued_push()
1515 else if (priv->last_segment.start > end_buffer_ts) in gst_app_src_update_queued_push()
[all …]
Dgstappsink.c129 GstSegment last_segment; member
750 gst_segment_init (&priv->last_segment, GST_FORMAT_TIME); in gst_app_sink_start()
777 gst_segment_init (&priv->last_segment, GST_FORMAT_UNDEFINED); in gst_app_sink_stop()
994 gst_event_copy_segment (event, &priv->last_segment); in dequeue_object()
996 gst_sample_set_segment (priv->sample, &priv->last_segment); in dequeue_object()
998 &priv->last_segment); in dequeue_object()
/third_party/ffmpeg/libavformat/
Dhlsenc.c153 HLSSegment *last_segment; member
1166 vs->last_segment->next = en;
1168 vs->last_segment = en;
1299 vs->last_segment->discont_program_date_time = discont_program_date_time;
/third_party/gstreamer/gstplugins_base/
DChangeLog56141 last_segment is only being updated in dequeue_buffer(),