Searched refs:sync_handler (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 145 SyncHandler *sync_handler; member 291 if (bus->priv->sync_handler) in gst_bus_finalize() 292 sync_handler_unref (g_steal_pointer (&bus->priv->sync_handler)); in gst_bus_finalize() 333 SyncHandler *sync_handler = NULL; in gst_bus_post() local 350 if (bus->priv->sync_handler) in gst_bus_post() 351 sync_handler = sync_handler_ref (bus->priv->sync_handler); in gst_bus_post() 356 if (sync_handler) in gst_bus_post() 357 reply = sync_handler->handler (bus, message, sync_handler->user_data); in gst_bus_post() 362 && (!sync_handler in gst_bus_post() 363 || sync_handler->handler != gst_bus_sync_signal_handler)) in gst_bus_post() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcontext.c | 194 sync_handler (GstBus * bus, GstMessage * message, gpointer user_data) in sync_handler() function 219 gst_bus_set_sync_handler (bus, sync_handler, NULL, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1260 sync_handler (gint fd, guint frame, guint sec, guint usec, gpointer data) in sync_handler() function 1275 .page_flip_handler = sync_handler, in gst_kms_sink_sync() 1276 .vblank_handler = sync_handler, in gst_kms_sink_sync()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 127107 Assert if anyone tries to replace the existing sync_handler for bus,
|