use appsink instead of videosink
This commit is contained in:
@@ -3,7 +3,7 @@ project(gstreamerViewer LANGUAGES CXX)
|
||||
|
||||
find_package(Qt6 6.5 REQUIRED COMPONENTS Core Widgets)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0 gstreamer-video-1.0)
|
||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0 gstreamer-video-1.0 gstreamer-app-1.0)
|
||||
|
||||
qt_standard_project_setup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user