List device-names available for video capture from ksvideosrc in gstreamer 1.0
问题 I am trying to query a list of available video capture devices (webcams) on windows using gstreamer 1.0 in c++. I am using ksvideosrc as source and i am able to capture the video input but i can't query a list of available devices (and their caps). On gstreamer 0.10 it has been possible through GstPropertyProbe which is removed in gstreamer 1.0. The documentation suggests using GstDeviceMonitor. But i have no luck using that either. Has anyone succeeded in acquiring a list of device names? Or