/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | dynamicprops.py | 8 def bus_call(bus, msg, *args): function 48 bus.add_watch(0, bus_call, loop)
|
/third_party/gstreamer/gstreamer/tests/examples/helloworld/ |
D | helloworld.c | 4 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/ |
D | pipeline.cpp | 73 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
|
D | pipeline.h | 67 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/ |
D | main.cpp | 29 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/ |
D | main.cpp | 31 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/ |
D | main.cpp | 29 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/ |
D | pipeline.h | 63 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
|
D | pipeline.cpp | 56 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/ |
D | pipeline.h | 66 static gboolean bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
|
D | pipeline.cpp | 56 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/ |
D | streamiddemux-stream.c | 31 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/ |
D | main.cpp | 29 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/ |
D | glliveshader.c | 97 bus_call (GstBus * bus, GstMessage * msg, gpointer data) in bus_call() function 303 gst_bus_add_watch (bus, bus_call, loop); in main()
|