Searched refs:gst_device_create_element (Results 1 – 7 of 7) sorted by relevance
194 src = gst_device_create_element (device, nullptr); in main()203 src_1 = gst_device_create_element (device, nullptr); in main()
91 GstElement * gst_device_create_element (GstDevice * device, const gchar * name);
205 gst_device_create_element (GstDevice * device, const gchar * name) in gst_device_create_element() function
69 sink = gst_device_create_element (device, NULL); in GST_START_TEST()
59 element = gst_device_create_element (device, NULL); in get_launch_line()
111 element = gst_device_create_element (device, "reconfigurable"); in GST_START_TEST()
7065 device: Enforce that elements created by gst_device_create_element() are floating7073 device: gst_device_create_element() is `transfer floating`, not `transfer full`