Home
last modified time | relevance | path

Searched refs:busses (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/tests/misc/
Dnetclock-replay.c126 clock->busses = g_list_prepend (clock->busses, bus); in main()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c157 GList *busses; member
260 g_warn_if_fail (self->busses == NULL); in gst_net_client_internal_clock_finalize()
610 if (self->busses) { in gst_net_client_internal_clock_observe_times()
637 for (l = self->busses; l; l = l->next) in gst_net_client_internal_clock_observe_times()
1123 GList *l, *busses = NULL; in update_clock_cache() local
1127 g_list_free_full (GST_NET_CLIENT_INTERNAL_CLOCK (cache->clock)->busses, in update_clock_cache()
1134 busses = g_list_prepend (busses, gst_object_ref (clock->priv->bus)); in update_clock_cache()
1149 GST_NET_CLIENT_INTERNAL_CLOCK (cache->clock)->busses = busses; in update_clock_cache()
/third_party/gstreamer/gstreamer/
DChangeLog48242 busses and clocks. These objects can be set on multiple
/third_party/gstreamer/gstplugins_base/
DChangeLog21308 Simplify the test setup and get rid of the main loop, busses, and