examples: d3d11: Add a desktop capture example
authorSeungha Yang <seungha@centricular.com>
Sun, 10 Oct 2021 08:04:13 +0000 (17:04 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 11 Oct 2021 15:21:26 +0000 (15:21 +0000)
commit1bf237e767d5565f46e3c97ee5561070bb7daf29
tree7ad032999d2b8ddf6ab5297012d0d30be71ae62b
parent4b85704b880a5021606ae64feb6e47edc29f0705
examples: d3d11: Add a desktop capture example

... with d3d11 desktop capture device provider

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1103>
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11desktopdupsrc.cpp [new file with mode: 0644]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11device.cpp [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11device.cpp with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11device.h [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11device.h with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11videosink-kb.c [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11videosink-kb.c with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11videosink-kb.h [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11videosink-kb.h with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11videosink-shared-texture-d3d9ex.cpp [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11videosink-shared-texture-d3d9ex.cpp with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11videosink-shared-texture.cpp [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11videosink-shared-texture.cpp with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11videosink.c [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/d3d11videosink.c with 100% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/meson.build [moved from subprojects/gst-plugins-bad/tests/examples/d3d11videosink/meson.build with 87% similarity]
subprojects/gst-plugins-bad/tests/examples/meson.build