Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbus.c782 } GstBusSource; typedef
787 GstBusSource *bsrc = (GstBusSource *) source; in gst_bus_source_check()
797 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_dispatch()
841 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_dispose()
858 GstBusSource *bsource = (GstBusSource *) source; in gst_bus_source_finalize()
884 GstBusSource *source; in gst_bus_create_watch_unlocked()
893 sizeof (GstBusSource)); in gst_bus_create_watch_unlocked()
894 source = (GstBusSource *) bus->priv->gsource; in gst_bus_create_watch_unlocked()
/third_party/gstreamer/gstreamer/
DChangeLog23711 Revert "bus: change GstBusSource to hold a weak ref to GstBus"
23809 bus: change GstBusSource to hold a weak ref to GstBus
90405 …gst/gstbus.c: Fix order of members in GstBusSource structure - the first member must be the parent…
90408 Fix order of members in GstBusSource structure - the first member
90589 gst/gstbus.c: Make GstBusSource work with non-default main contexts (#562170).
90595 Make GstBusSource work with non-default main contexts (#562170).
90598 Add test case for GstBusSource with a non-default main context.