Searched refs:update_reach_time (Results 1 – 2 of 2) sorted by relevance
228 GstClockTime (*update_reach_time) (GstBaseSink *sink, GstClockTime reach_time); member
634 klass->update_reach_time = GST_DEBUG_FUNCPTR (gst_base_sink_default_update_reach_time); in gst_base_sink_class_init()2844 if (bclass != NULL && bclass->update_reach_time != NULL) { in gst_base_sink_do_sync()2845 stime = bclass->update_reach_time (basesink, stime); in gst_base_sink_do_sync()