Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbus.c797 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_dispatch() local
802 g_return_val_if_fail (bsource != NULL, FALSE); in gst_bus_source_dispatch()
804 bus = bsource->bus; in gst_bus_source_dispatch()
841 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_dispose() local
844 bus = bsource->bus; in gst_bus_source_dispose()
858 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_finalize() local
860 GstBus *bus = bsource->bus; in gst_bus_source_finalize()
870 gst_clear_object (&bsource->bus); in gst_bus_source_finalize()
/third_party/python/Lib/idlelib/
Ddebugger.py169 self.bsource = Checkbutton(cframe,
171 self.bsource.grid(row=0, column=1)