Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgsta2dpsink.c78 gst_a2dp_sink_init_element (GstA2dpSink * self, const gchar * elementname, in gst_a2dp_sink_init_element() argument
84 GST_LOG_OBJECT (self, "Initializing %s", elementname); in gst_a2dp_sink_init_element()
86 element = gst_element_factory_make (elementname, name); in gst_a2dp_sink_init_element()
88 GST_DEBUG_OBJECT (self, "Couldn't create %s", elementname); in gst_a2dp_sink_init_element()
93 GST_DEBUG_OBJECT (self, "failed to add %s to the bin", elementname); in gst_a2dp_sink_init_element()
105 GST_DEBUG_OBJECT (self, "%s failed to go to playing", elementname); in gst_a2dp_sink_init_element()
/third_party/python/Lib/tkinter/
Dttk.py457 def element_create(self, elementname, etype, *args, **kw): argument
460 self.tk.call(self._name, "element", "create", elementname, etype,
470 def element_options(self, elementname): argument
473 self.tk.call(self._name, "element", "options", elementname)))
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h163 const gchar * elementname,
Dgsturi.c630 const gchar * elementname, GError ** error) in gst_element_make_from_uri() argument
646 GST_DEBUG ("type:%d, uri:%s, elementname:%s", type, uri, elementname); in gst_element_make_from_uri()
669 ret = gst_element_factory_create (factory, elementname); in gst_element_make_from_uri()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c1036 test_average_bitrate_custom (const gchar * elementname, in test_average_bitrate_custom() argument
1056 qtmux = gst_check_setup_element (elementname); in test_average_bitrate_custom()
/third_party/python/Doc/library/
Dtkinter.ttk.rst1393 .. method:: element_create(elementname, etype, *args, **kw)
1436 .. method:: element_options(elementname)
1438 Returns the list of *elementname*'s options.