Searched refs:bus_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | cudaconvert.c | 23 bus_cb (GstBus * bus, GstMessage * message, gpointer data) in bus_cb() function 67 gst_bus_add_watch (bus, (GstBusFunc) bus_cb, loop); in run_convert_pipelne()
|
D | openjpeg.c | 166 bus_cb (GstBus * bus, GstMessage * message, gpointer data) in bus_cb() function 216 gst_bus_add_watch (bus, (GstBusFunc) bus_cb, &opj_data); in run_openjpeg_pipeline()
|
D | d3d11colorconvert.c | 124 bus_cb (GstBus * bus, GstMessage * message, gpointer data) in bus_cb() function 168 gst_bus_add_watch (bus, (GstBusFunc) bus_cb, loop); in run_convert_pipelne()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-effect-switch.c | 120 bus_cb (GstBus * bus, GstMessage * msg, gpointer user_data) in bus_cb() function 225 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), bus_cb, loop); in main()
|
D | test-overlay-blending.c | 139 bus_cb (GstBus * bus, GstMessage * msg, gpointer user_data) in bus_cb() function 279 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), bus_cb, main_loop); in main()
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | gdkpixbufoverlay-test.c | 143 bus_cb (GstBus * bus, GstMessage * msg, gpointer user_data) in bus_cb() function 269 gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), bus_cb, main_loop); in main()
|