From cd98d12f2e60eac00e0e8b3f2385865f10e883c9 Mon Sep 17 00:00:00 2001 From: Tobias Rapp Date: Wed, 8 Nov 2023 17:23:17 +0100 Subject: [PATCH] decklink: Fix typo in element documentation DechLink -> DeckLink Part-of: --- .../gst-plugins-bad/sys/decklink/gstdecklinkvideosink.cpp | 2 +- .../gst-plugins-bad/sys/decklink/gstdecklinkvideosrc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosink.cpp b/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosink.cpp index 30b8347636..a2cb7d2fd7 100644 --- a/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosink.cpp +++ b/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosink.cpp @@ -33,7 +33,7 @@ * starting with 0. * * ## Duplex-Mode - * Certain DechLink Cards like the Duo2 or the Quad2 contain two or four + * Certain DeckLink Cards like the Duo2 or the Quad2 contain two or four * independent SDI units with two connectors each. These units can operate either * in half- or in full-duplex mode. * diff --git a/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosrc.cpp b/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosrc.cpp index 207d323e1a..8e6865c03b 100644 --- a/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosrc.cpp +++ b/subprojects/gst-plugins-bad/sys/decklink/gstdecklinkvideosrc.cpp @@ -34,7 +34,7 @@ * starting with 0. * * ## Duplex-Mode - * Certain DechLink Cards like the Duo2 or the Quad2 contain two or four + * Certain DeckLink Cards like the Duo2 or the Quad2 contain two or four * independent SDI units with two connectors each. These units can operate either * in half- or in full-duplex mode. *