mediafoundation: Fix typos

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2375>
This commit is contained in:
Seungha Yang 2021-07-03 23:12:08 +09:00
parent 3f8632dc96
commit 812b9eae1d
5 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ typedef struct _GstMFAacEnc
{ {
GstMFAudioEnc parent; GstMFAudioEnc parent;
/* properteies */ /* properties */
guint bitrate; guint bitrate;
} GstMFAacEnc; } GstMFAacEnc;

View file

@ -193,7 +193,7 @@ typedef struct _GstMFH264Enc
{ {
GstMFVideoEnc parent; GstMFVideoEnc parent;
/* properteies */ /* properties */
guint bitrate; guint bitrate;
/* device dependent properties */ /* device dependent properties */

View file

@ -144,7 +144,7 @@ typedef struct _GstMFH265Enc
{ {
GstMFVideoEnc parent; GstMFVideoEnc parent;
/* properteies */ /* properties */
guint bitrate; guint bitrate;
/* device dependent properties */ /* device dependent properties */

View file

@ -62,7 +62,7 @@ typedef struct _GstMFMp3Enc
{ {
GstMFAudioEnc parent; GstMFAudioEnc parent;
/* properteies */ /* properties */
guint bitrate; guint bitrate;
} GstMFMp3Enc; } GstMFMp3Enc;

View file

@ -124,7 +124,7 @@ typedef struct _GstMFVP9Enc
{ {
GstMFVideoEnc parent; GstMFVideoEnc parent;
/* properteies */ /* properties */
guint bitrate; guint bitrate;
/* device dependent properties */ /* device dependent properties */