Home
last modified time | relevance | path

Searched refs:clock_base (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c473 gint64 clock_base; member
1034 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() local
1548 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 …]
Dgstrtpjitterbuffer.c378 gint64 clock_base; member
1428 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 …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c45 guint clock_base; member
393 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()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c342 guint clock_base; in validate_event() local
345 "clock-base", &clock_base)); in validate_event()
346 fail_unless (clock_base == expected); in validate_event()
/third_party/gstreamer/gstplugins_good/
DChangeLog111787 Avoid parsing the caps to get a clock_base, we get this from the sync
112280 …r/gstrtpbin.c: Reset rtp timestamp interpollation when we detect a gap when the clock_base changed.
112285 clock_base changed.
/third_party/gstreamer/gstplugins_bad/
DChangeLog206286 Avoid parsing the caps to get a clock_base, we get this from the sync
209861 …r/gstrtpbin.c: Reset rtp timestamp interpollation when we detect a gap when the clock_base changed.
209866 clock_base changed.
/third_party/gstreamer/gstplugins_base/
DChangeLog56627 When there is no clock_base provided, the start position is