Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.cpp181 src->graph_builder = NULL; in gst_dshowvideosrc_init()
511 CLSCTX_INPROC_SERVER, IID_IGraphBuilder, (LPVOID *) & src->graph_builder ); in gst_dshowvideosrc_start()
512 if (hres != S_OK || !src->graph_builder ) { in gst_dshowvideosrc_start()
519 src->filter_graph = (IFilterGraph*) src->graph_builder; in gst_dshowvideosrc_start()
533 src->capture_builder->SetFiltergraph(src->graph_builder); in gst_dshowvideosrc_start()
604 if (src->graph_builder) { in gst_dshowvideosrc_start()
605 src->graph_builder->Release (); in gst_dshowvideosrc_start()
606 src->graph_builder = NULL; in gst_dshowvideosrc_start()
830 if (src->graph_builder) { in gst_dshowvideosrc_stop()
831 src->graph_builder->Release (); in gst_dshowvideosrc_stop()
[all …]
Dgstdshowvideosrc.h77 IGraphBuilder *graph_builder; member