Searched refs:go_class (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdxgiscreencapsrc.c | 138 GObjectClass *go_class; in gst_dxgi_screen_cap_src_class_init() local 142 go_class = G_OBJECT_CLASS (klass); in gst_dxgi_screen_cap_src_class_init() 146 go_class->set_property = gst_dxgi_screen_cap_src_set_property; in gst_dxgi_screen_cap_src_class_init() 147 go_class->get_property = gst_dxgi_screen_cap_src_get_property; in gst_dxgi_screen_cap_src_class_init() 149 go_class->dispose = GST_DEBUG_FUNCPTR (gst_dxgi_screen_cap_src_dispose); in gst_dxgi_screen_cap_src_class_init() 158 g_object_class_install_property (go_class, PROP_MONITOR, in gst_dxgi_screen_cap_src_class_init() 162 g_object_class_install_property (go_class, PROP_DEVICE_NAME, in gst_dxgi_screen_cap_src_class_init() 166 g_object_class_install_property (go_class, PROP_SHOW_CURSOR, in gst_dxgi_screen_cap_src_class_init() 171 g_object_class_install_property (go_class, PROP_X_POS, in gst_dxgi_screen_cap_src_class_init() 175 g_object_class_install_property (go_class, PROP_Y_POS, in gst_dxgi_screen_cap_src_class_init() [all …]
|
D | gstgdiscreencapsrc.c | 97 GObjectClass *go_class; in gst_gdiscreencapsrc_class_init() local 102 go_class = (GObjectClass *) klass; in gst_gdiscreencapsrc_class_init() 107 go_class->dispose = GST_DEBUG_FUNCPTR (gst_gdiscreencapsrc_dispose); in gst_gdiscreencapsrc_class_init() 108 go_class->set_property = GST_DEBUG_FUNCPTR (gst_gdiscreencapsrc_set_property); in gst_gdiscreencapsrc_class_init() 109 go_class->get_property = GST_DEBUG_FUNCPTR (gst_gdiscreencapsrc_get_property); in gst_gdiscreencapsrc_class_init() 119 g_object_class_install_property (go_class, PROP_MONITOR, in gst_gdiscreencapsrc_class_init() 124 g_object_class_install_property (go_class, PROP_SHOW_CURSOR, in gst_gdiscreencapsrc_class_init() 129 g_object_class_install_property (go_class, PROP_X_POS, in gst_gdiscreencapsrc_class_init() 133 g_object_class_install_property (go_class, PROP_Y_POS, in gst_gdiscreencapsrc_class_init() 138 g_object_class_install_property (go_class, PROP_WIDTH, in gst_gdiscreencapsrc_class_init() [all …]
|
D | gstdx9screencapsrc.c | 97 GObjectClass *go_class; in gst_dx9screencapsrc_class_init() local 102 go_class = (GObjectClass *) klass; in gst_dx9screencapsrc_class_init() 107 go_class->dispose = GST_DEBUG_FUNCPTR (gst_dx9screencapsrc_dispose); in gst_dx9screencapsrc_class_init() 108 go_class->set_property = GST_DEBUG_FUNCPTR (gst_dx9screencapsrc_set_property); in gst_dx9screencapsrc_class_init() 109 go_class->get_property = GST_DEBUG_FUNCPTR (gst_dx9screencapsrc_get_property); in gst_dx9screencapsrc_class_init() 120 g_object_class_install_property (go_class, PROP_MONITOR, in gst_dx9screencapsrc_class_init() 125 g_object_class_install_property (go_class, PROP_SHOW_CURSOR, in gst_dx9screencapsrc_class_init() 130 g_object_class_install_property (go_class, PROP_X_POS, in gst_dx9screencapsrc_class_init() 134 g_object_class_install_property (go_class, PROP_Y_POS, in gst_dx9screencapsrc_class_init() 139 g_object_class_install_property (go_class, PROP_WIDTH, in gst_dx9screencapsrc_class_init() [all …]
|