Searched refs:clock_base (Results 1 – 7 of 7) sorted by relevance
473 gint64 clock_base; member1034 stream->clock_base = -100 * GST_SECOND; in gst_rtp_bin_reset_sync()1518 gint64 min, rtp_min, clock_base = stream->clock_base; in gst_rtp_bin_associate() local1548 clock_base = base_rtptime; in gst_rtp_bin_associate()1553 if (rtp_clock_base >= clock_base) { in gst_rtp_bin_associate()1554 if (rtp_clock_base - clock_base < 10 * clock_rate) { in gst_rtp_bin_associate()1556 gst_util_uint64_scale_int (rtp_clock_base - clock_base, in gst_rtp_bin_associate()1562 if (clock_base - rtp_clock_base < 10 * clock_rate) { in gst_rtp_bin_associate()1564 gst_util_uint64_scale_int (clock_base - rtp_clock_base, in gst_rtp_bin_associate()1576 clock_base = rtp_clock_base; in gst_rtp_bin_associate()[all …]
378 gint64 clock_base; member1428 priv->clock_base = val; in gst_jitter_buffer_sink_parse_caps()1430 priv->clock_base = -1; in gst_jitter_buffer_sink_parse_caps()1432 priv->ext_timestamp = priv->clock_base; in gst_jitter_buffer_sink_parse_caps()1435 priv->clock_base); in gst_jitter_buffer_sink_parse_caps()1671 priv->clock_base = -1; in gst_rtp_jitter_buffer_change_state()3424 if (ext_time > priv->clock_base) in compute_elapsed()3425 elapsed = ext_time - priv->clock_base; in compute_elapsed()3442 || priv->clock_base == -1 || priv->clock_rate <= 0) in update_estimated_eos()4271 guint64 clock_base; in do_handle_sync() local[all …]
45 guint clock_base; member393 priv->clock_base = -1; in gst_rtp_base_depayload_init()504 priv->clock_base = g_value_get_uint (value); in gst_rtp_base_depayload_setcaps()506 priv->clock_base = -1; in gst_rtp_base_depayload_setcaps()1031 if (priv->clock_base != -1 && position != -1) { in create_segment_event()1034 exttime = priv->clock_base; in create_segment_event()1036 gap = gst_util_uint64_scale_int (exttime - priv->clock_base, in create_segment_event()1544 priv->clock_base = -1; in gst_rtp_base_depayload_change_state()
342 guint clock_base; in validate_event() local345 "clock-base", &clock_base)); in validate_event()346 fail_unless (clock_base == expected); in validate_event()
111787 Avoid parsing the caps to get a clock_base, we get this from the sync112280 …r/gstrtpbin.c: Reset rtp timestamp interpollation when we detect a gap when the clock_base changed.112285 clock_base changed.
206286 Avoid parsing the caps to get a clock_base, we get this from the sync209861 …r/gstrtpbin.c: Reset rtp timestamp interpollation when we detect a gap when the clock_base changed.209866 clock_base changed.
56627 When there is no clock_base provided, the start position is