Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp236 IPropertyBag *property_bag = NULL; in gst_dshow_find_filter() local
241 (void **) &property_bag); in gst_dshow_find_filter()
242 if (SUCCEEDED (hres) && property_bag) { in gst_dshow_find_filter()
246 hres = property_bag->Read (L"FriendlyName", &varFriendlyName, NULL); in gst_dshow_find_filter()
253 property_bag->Release (); in gst_dshow_find_filter()
354 IPropertyBag *property_bag = NULL; in gst_dshow_enumerate_devices() local
356 (void **) &property_bag); in gst_dshow_enumerate_devices()
357 if (SUCCEEDED (hres) && property_bag) { in gst_dshow_enumerate_devices()
361 hres = property_bag->Read (L"FriendlyName", &varFriendlyName, NULL); in gst_dshow_enumerate_devices()
407 property_bag->Release (); in gst_dshow_enumerate_devices()
[all …]