Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c134 GSource *bus_source; member
2464 discoverer->priv->bus_source = source; in gst_discoverer_start()
2512 if (discoverer->priv->bus_source) { in gst_discoverer_stop()
2513 g_source_destroy (discoverer->priv->bus_source); in gst_discoverer_stop()
2514 g_source_unref (discoverer->priv->bus_source); in gst_discoverer_stop()
2515 discoverer->priv->bus_source = NULL; in gst_discoverer_stop()