From 812b9eae1da56cfaa7fc9ab3b86767d7475f49d6 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 3 Jul 2021 23:12:08 +0900 Subject: [PATCH] mediafoundation: Fix typos Part-of: --- sys/mediafoundation/gstmfaacenc.cpp | 2 +- sys/mediafoundation/gstmfh264enc.cpp | 2 +- sys/mediafoundation/gstmfh265enc.cpp | 2 +- sys/mediafoundation/gstmfmp3enc.cpp | 2 +- sys/mediafoundation/gstmfvp9enc.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/mediafoundation/gstmfaacenc.cpp b/sys/mediafoundation/gstmfaacenc.cpp index 1e77f015ed..9825712e9f 100644 --- a/sys/mediafoundation/gstmfaacenc.cpp +++ b/sys/mediafoundation/gstmfaacenc.cpp @@ -62,7 +62,7 @@ typedef struct _GstMFAacEnc { GstMFAudioEnc parent; - /* properteies */ + /* properties */ guint bitrate; } GstMFAacEnc; diff --git a/sys/mediafoundation/gstmfh264enc.cpp b/sys/mediafoundation/gstmfh264enc.cpp index 7cdb9c71c8..69374b7d02 100644 --- a/sys/mediafoundation/gstmfh264enc.cpp +++ b/sys/mediafoundation/gstmfh264enc.cpp @@ -193,7 +193,7 @@ typedef struct _GstMFH264Enc { GstMFVideoEnc parent; - /* properteies */ + /* properties */ guint bitrate; /* device dependent properties */ diff --git a/sys/mediafoundation/gstmfh265enc.cpp b/sys/mediafoundation/gstmfh265enc.cpp index 94dd6ab63b..375acf4dbd 100644 --- a/sys/mediafoundation/gstmfh265enc.cpp +++ b/sys/mediafoundation/gstmfh265enc.cpp @@ -144,7 +144,7 @@ typedef struct _GstMFH265Enc { GstMFVideoEnc parent; - /* properteies */ + /* properties */ guint bitrate; /* device dependent properties */ diff --git a/sys/mediafoundation/gstmfmp3enc.cpp b/sys/mediafoundation/gstmfmp3enc.cpp index b862052b21..7235b69e69 100644 --- a/sys/mediafoundation/gstmfmp3enc.cpp +++ b/sys/mediafoundation/gstmfmp3enc.cpp @@ -62,7 +62,7 @@ typedef struct _GstMFMp3Enc { GstMFAudioEnc parent; - /* properteies */ + /* properties */ guint bitrate; } GstMFMp3Enc; diff --git a/sys/mediafoundation/gstmfvp9enc.cpp b/sys/mediafoundation/gstmfvp9enc.cpp index 9b72c49692..99e3fa7f9a 100644 --- a/sys/mediafoundation/gstmfvp9enc.cpp +++ b/sys/mediafoundation/gstmfvp9enc.cpp @@ -124,7 +124,7 @@ typedef struct _GstMFVP9Enc { GstMFVideoEnc parent; - /* properteies */ + /* properties */ guint bitrate; /* device dependent properties */