Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Ddynamicprops.py8 def bus_call(bus, msg, *args): function
48 bus.add_watch(0, bus_call, loop)
/third_party/gstreamer/gstreamer/tests/examples/helloworld/
Dhelloworld.c4 bus_call (GstBus * bus, GstMessage * msg, gpointer data) in bus_call() function
69 bus_watch_id = gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dpipeline.cpp73 gst_bus_add_watch (m_bus, (GstBusFunc) bus_call, this); in configure()
170 gboolean Pipeline::bus_call (GstBus * bus, GstMessage * msg, Pipeline * p) in bus_call() function in Pipeline
Dpipeline.h67 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/
Dmain.cpp29 static gboolean bus_call (GstBus *bus, GstMessage *msg, gpointer data) in bus_call() function
201 gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/
Dmain.cpp31 static gboolean bus_call (GstBus *bus, GstMessage *msg, gpointer data) in bus_call() function
179 gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp29 static gboolean bus_call (GstBus *bus, GstMessage *msg, gpointer data) in bus_call() function
248 gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.h63 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
Dpipeline.cpp56 gst_bus_add_watch (m_bus, (GstBusFunc) bus_call, this); in create()
259 gboolean Pipeline::bus_call (GstBus *bus, GstMessage *msg, Pipeline* p) in bus_call() function in Pipeline
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.h66 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
Dpipeline.cpp56 gst_bus_add_watch (m_bus, (GstBusFunc) bus_call, this); in create()
270 gboolean Pipeline::bus_call (GstBus *bus, GstMessage *msg, Pipeline* p) in bus_call() function in Pipeline
/third_party/gstreamer/gstreamer/tests/examples/streamiddemux/
Dstreamiddemux-stream.c31 bus_call (GstBus * bus, GstMessage * msg, gpointer data) in bus_call() function
191 bus_watch_id = gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp29 static gboolean bus_call (GstBus *bus, GstMessage *msg, gpointer data) in bus_call() function
249 gst_bus_add_watch (bus, bus_call, loop); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/gtk/
Dglliveshader.c97 bus_call (GstBus * bus, GstMessage * msg, gpointer data) in bus_call() function
303 gst_bus_add_watch (bus, bus_call, loop); in main()