cmake GStreamer examples

marsyas/marsyas cmake-modules/marsyas-detect.cmake :153

find_package(GStreamer REQUIRED)

robotology/yarp cmake/YarpFindDependencies.cmake :394

find_package(GStreamer ${GStreamer_REQUIRED_VERSION} QUIET)

fligger/FateInjector wxWidgets-3.2.0/build/cmake/init.cmake :475

find_package(GSTREAMER 1.0 COMPONENTS video)

KDE/kid3 src/plugins/acoustidimport/CMakeLists.txt :14

find_package(GStreamer REQUIRED)

damellis/ESP cmake/FindOpenFrameworks.cmake :65

find_package(GStreamer REQUIRED)

wxWidgets/wxWidgets build/cmake/init.cmake :649

find_package(GSTREAMER 1.0 COMPONENTS video)

TheImagingSource/tiscamera libs/tcam-property/src/gst/CMakeLists.txt :15

find_package(GStreamer REQUIRED QUIET)

Ravbug/UnityHubNative wxWidgets/build/cmake/init.cmake :604

find_package(GSTREAMER 1.0 COMPONENTS video)

qt/qtwebkit Source/cmake/OptionsQt.cmake :816

find_package(GStreamer 1.0.3 REQUIRED COMPONENTS ${GSTREAMER_COMPONENTS})

joshdoe/gst-plugins-vision CMakeLists.txt :41

find_package(GStreamer REQUIRED COMPONENTS base)