mediafoundation: Fix typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2375>
This commit is contained in:
parent
3f8632dc96
commit
812b9eae1d
@ -62,7 +62,7 @@ typedef struct _GstMFAacEnc
|
||||
{
|
||||
GstMFAudioEnc parent;
|
||||
|
||||
/* properteies */
|
||||
/* properties */
|
||||
guint bitrate;
|
||||
} GstMFAacEnc;
|
||||
|
||||
|
@ -193,7 +193,7 @@ typedef struct _GstMFH264Enc
|
||||
{
|
||||
GstMFVideoEnc parent;
|
||||
|
||||
/* properteies */
|
||||
/* properties */
|
||||
guint bitrate;
|
||||
|
||||
/* device dependent properties */
|
||||
|
@ -144,7 +144,7 @@ typedef struct _GstMFH265Enc
|
||||
{
|
||||
GstMFVideoEnc parent;
|
||||
|
||||
/* properteies */
|
||||
/* properties */
|
||||
guint bitrate;
|
||||
|
||||
/* device dependent properties */
|
||||
|
@ -62,7 +62,7 @@ typedef struct _GstMFMp3Enc
|
||||
{
|
||||
GstMFAudioEnc parent;
|
||||
|
||||
/* properteies */
|
||||
/* properties */
|
||||
guint bitrate;
|
||||
} GstMFMp3Enc;
|
||||
|
||||
|
@ -124,7 +124,7 @@ typedef struct _GstMFVP9Enc
|
||||
{
|
||||
GstMFVideoEnc parent;
|
||||
|
||||
/* properteies */
|
||||
/* properties */
|
||||
guint bitrate;
|
||||
|
||||
/* device dependent properties */
|
||||
|
Loading…
x
Reference in New Issue
Block a user