diff options
author | Lars Knoll <lars.knoll@qt.io> | 2020-12-21 16:57:30 +0100 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2021-01-21 06:44:26 +0000 |
commit | a2a6eb5f89c16f2468e3b57bde5572e418423eff (patch) | |
tree | 0840c8b77274eddcd925292ffb0c7656d7d59216 /src | |
parent | 5b446eb5c8a3ae294ed2db8eef4af2909c33fd44 (diff) | |
download | qtmultimedia-a2a6eb5f89c16f2468e3b57bde5572e418423eff.tar.gz |
Disable the gstreamer mediacapture plugin
camerabin is providing the same service and is more complete.
Don't delete the code yet as there are a few things that
should probably be added to the camerbin plugin.
Change-Id: I2399a6b45b83fb42f0bd5869575cc775f887207a
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/gstreamer/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/gstreamer/gstreamer.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gstreamer/CMakeLists.txt b/src/plugins/gstreamer/CMakeLists.txt index effb7b873..6684057b7 100644 --- a/src/plugins/gstreamer/CMakeLists.txt +++ b/src/plugins/gstreamer/CMakeLists.txt @@ -3,4 +3,4 @@ add_subdirectory(audiodecoder) add_subdirectory(camerabin) add_subdirectory(mediaplayer) -add_subdirectory(mediacapture) +#add_subdirectory(mediacapture) diff --git a/src/plugins/gstreamer/gstreamer.pro b/src/plugins/gstreamer/gstreamer.pro index 5fb8f83c6..6a0b7f5df 100644 --- a/src/plugins/gstreamer/gstreamer.pro +++ b/src/plugins/gstreamer/gstreamer.pro @@ -4,7 +4,7 @@ SUBDIRS += \ audiodecoder \ camerabin \ mediaplayer \ - mediacapture +# mediacapture OTHER_FILES += \ gstreamer.json |