use appsink instead of videosink

This commit is contained in:
Maik Jurischka
2025-12-19 06:40:58 +01:00
parent 69e2f3ae1d
commit 34148a592a
3 changed files with 153 additions and 56 deletions

View File

@@ -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()