Searched refs:gop_start (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()402 if (!gst_segment_clip (&self->input_segment, GST_FORMAT_TIME, self->gop_start, 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()417 if ((cstart != self->gop_start) in gst_smart_encoder_push_pending_gop()469 self->gop_start = GST_CLOCK_TIME_NONE; in gst_smart_encoder_push_pending_gop()513 self->gop_start = GST_BUFFER_TIMESTAMP (buf); in gst_smart_encoder_chain()525 GST_TIME_ARGS (self->gop_start), GST_TIME_ARGS (self->gop_stop)); in gst_smart_encoder_chain()
55 guint64 gop_start; /* GOP start PTS in the `input_segment` scale. */ member