mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
5 changed files with 5 additions and 5 deletions
|
@ -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…
Reference in a new issue