d3d11: Rename screen capture element
authorSeungha Yang <seungha@centricular.com>
Wed, 13 Oct 2021 12:45:34 +0000 (21:45 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 14 Oct 2021 15:15:56 +0000 (15:15 +0000)
commitb3710aa68df4b35701b248cacd049f7373ffd0c1
tree1919090b4a03e818adfdf609f371499e42cbf5c0
parent5869855a985f5565019af3b00c31de575351baf0
d3d11: Rename screen capture element

Old name "desktopdup" may confuse users. Now it's renamed to
"screencapture"

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1136>
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdup.h [deleted file]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapture.cpp [moved from subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdup.cpp with 91% similarity]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapture.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapturedevice.cpp [moved from subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdupdevice.cpp with 78% similarity]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapturedevice.h [moved from subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdupdevice.h with 63% similarity]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapturesrc.cpp [moved from subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdupsrc.cpp with 78% similarity]
subprojects/gst-plugins-bad/sys/d3d11/gstd3d11screencapturesrc.h [moved from subprojects/gst-plugins-bad/sys/d3d11/gstd3d11desktopdupsrc.h with 75% similarity]
subprojects/gst-plugins-bad/sys/d3d11/meson.build
subprojects/gst-plugins-bad/sys/d3d11/plugin.cpp
subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11screencapturesrc.cpp [moved from subprojects/gst-plugins-bad/tests/examples/d3d11/d3d11desktopdupsrc.cpp with 97% similarity]
subprojects/gst-plugins-bad/tests/examples/d3d11/meson.build