Searched refs:sync_bus_call (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | pipeline.cpp | 75 g_signal_connect (m_bus, "sync-message", G_CALLBACK (sync_bus_call), this); in configure() 204 gboolean Pipeline::sync_bus_call (GstBus * bus, GstMessage * msg, Pipeline * p) in sync_bus_call() function in Pipeline
|
D | pipeline.h | 68 static gboolean sync_bus_call (GstBus *bus, GstMessage *msg, Pipeline* p);
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare2.c | 259 sync_bus_call (GstBus * bus, GstMessage * msg, gpointer data) in sync_bus_call() function 383 g_signal_connect (bus, "sync-message", G_CALLBACK (sync_bus_call), NULL); in main()
|
D | sdlshare.c | 377 sync_bus_call (GstBus * bus, GstMessage * msg, gpointer data) in sync_bus_call() function 604 g_signal_connect (bus, "sync-message", G_CALLBACK (sync_bus_call), NULL); in main()
|