Searched refs:gop_stop (Results 1 – 2 of 2) sorted by relevance
394 ")", GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_push_pending_gop()403 self->gop_stop, &cstart, &cstop)) { in gst_smart_encoder_push_pending_gop()409 GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_push_pending_gop()418 || (cstop != self->gop_stop) in gst_smart_encoder_push_pending_gop()470 self->gop_stop = 0; in gst_smart_encoder_push_pending_gop()501 if (self->gop_stop > buf->pts) in gst_smart_encoder_chain()503 self->gop_stop = buf->pts; in gst_smart_encoder_chain()521 self->gop_stop = MAX (self->gop_stop, end_time); in gst_smart_encoder_chain()525 GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_chain()
56 guint64 gop_stop; /* GOP end PTS in the `input_segment` scale. */ member