Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1117 GstClockTime running_time = splitmux->reference_ctx->out_running_time; in send_fragment_opened_closed_msg()
1135 if (splitmux->reference_ctx) { in send_fragment_opened_closed_msg()
1634 return gst_pad_push_event (splitmux->reference_ctx->sinkpad, ev); in request_next_keyframe()
1690 if (ctx == splitmux->reference_ctx) { in handle_mq_output()
2519 if (splitmux->reference_ctx->out_running_time != GST_CLOCK_STIME_NONE) in handle_gathered_gop()
2520 queued_gop_time = queued_time - splitmux->reference_ctx->out_running_time; in handle_gathered_gop()
2549 *sink_running_time = splitmux->reference_ctx->out_running_time; in handle_gathered_gop()
2702 if (!splitmux->reference_ctx->in_eos in check_completed_gop()
2721 splitmux->reference_ctx->in_eos ? G_MAXINT64 : next_gop->start_time; in check_completed_gop()
3578 if (is_primary_video && splitmux->reference_ctx != NULL) { in gst_splitmux_sink_request_new_pad()
[all …]
Dgstsplitmuxsink.h198 MqStreamCtx *reference_ctx; member