Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c61 #define GST_NAVIGATION_EVENT_NAME "application/x-gst-navigation" macro
104 gst_structure_new (GST_NAVIGATION_EVENT_NAME, "event", G_TYPE_STRING, in gst_navigation_send_key_event()
133 gst_structure_new (GST_NAVIGATION_EVENT_NAME, "event", G_TYPE_STRING, in gst_navigation_send_mouse_event()
158 gst_structure_new (GST_NAVIGATION_EVENT_NAME, in gst_navigation_send_mouse_scroll_event()
178 gst_structure_new (GST_NAVIGATION_EVENT_NAME, "event", G_TYPE_STRING, in gst_navigation_send_command()
723 if (s == NULL || !gst_structure_has_name (s, GST_NAVIGATION_EVENT_NAME)) in gst_navigation_event_get_type()