Searched refs:gst_element_factory_create (Results 1 – 25 of 27) sorted by relevance
12
/third_party/gstreamer/gstreamer/gst/ |
D | gstelementfactory.h | 84 GstElement* gst_element_factory_create (GstElementFactory *factory,
|
D | gstelementfactory.c | 649 gst_element_factory_create (GstElementFactory * factory, const gchar * name) in gst_element_factory_create() function
|
D | gst.c | 906 e = gst_element_factory_create (factory, NULL); in gst_debug_help()
|
D | gsturi.c | 669 ret = gst_element_factory_create (factory, elementname); in gst_element_make_from_uri()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspext.c | 95 element = gst_element_factory_create (factory, NULL); in gst_rtsp_ext_list_get()
|
/third_party/gstreamer/gstplugins_base/tests/examples/device-provider/ |
D | example-device-provider.c | 125 ret = gst_element_factory_create (self->factory, name); in example_device_create_element()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-device-monitor.c | 77 pureelement = gst_element_factory_create (factory, NULL); in get_launch_line()
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautodetect.c | 247 element = gst_element_factory_create (factory, name); in create_element_with_pretty_name()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtphdrext.c | 857 GstElement *element = gst_element_factory_create (factory, NULL); in gst_rtp_header_extension_create_from_uri()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | convertframe.c | 99 encoder = gst_element_factory_create (factory, NULL); in get_encoder()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1385 element = gst_element_factory_create (factory, NULL); in print_all_uri_handlers() 1633 element = gst_element_factory_create (factory, NULL); in print_element_info()
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 823 gst_element_factory_create (GST_ELEMENT_FACTORY (feature), NULL); in _add_element_details()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 862 parser = gst_element_factory_create (parserfact, NULL); in _get_parser() 959 res = gst_element_factory_create (factory, name); in _create_element_and_set_preset()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 436 element = gst_element_factory_create (factory, NULL); in gst_auto_convert_add_element()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 938 e = gst_element_factory_create (factory, NULL); in find_demuxer()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstsubtitleoverlay.c | 555 elt = gst_element_factory_create (factory, element_name); in _create_element()
|
D | gstplaybin3.c | 4019 if ((*sinkp = gst_element_factory_create (ave->sink, NULL)) == NULL) { 4164 if ((*sinkp = gst_element_factory_create (factory, NULL)) == NULL) {
|
D | gsturisourcebin.c | 1836 demuxer = gst_element_factory_create (factory, NULL); in make_demuxer()
|
D | gstplaybin2.c | 4924 if ((*sinkp = gst_element_factory_create (ave->sink, NULL)) == NULL) { in autoplug_select_cb() 5083 if ((*sinkp = gst_element_factory_create (factory, NULL)) == NULL) { in autoplug_select_cb()
|
D | gstdecodebin3.c | 2319 output->decoder = gst_element_factory_create ((GstElementFactory *) in reconfigure_output_stream()
|
D | gstparsebin.c | 1892 if ((element = gst_element_factory_create (factory, NULL)) == NULL) { in connect_pad()
|
D | gstdecodebin2.c | 2460 if ((element = gst_element_factory_create (factory, NULL)) == NULL) { in connect_pad()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1964 element = gst_element_factory_create (entry->factory, NULL); in vis_combo_cb()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 1408 element = gst_element_factory_create (entry->factory, NULL); in vis_combo_cb()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 13 * gst/gstelementfactory.c: (gst_element_factory_create): 16 name objects by default, not in gst_element_factory_create. Allows 772 * gst/gstelementfactory.c: (gst_element_factory_create): 3236 * gst/gstelementfactory.c: (gst_element_factory_create):
|
12