mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
va: display: Fix typo.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2127>
This commit is contained in:
parent
e2ff55b40d
commit
2b0fa73c10
2 changed files with 3 additions and 3 deletions
|
@ -443,7 +443,7 @@ bail:
|
|||
}
|
||||
|
||||
GstVaImplementation
|
||||
gst_va_display_get_implemenation (GstVaDisplay * self)
|
||||
gst_va_display_get_implementation (GstVaDisplay * self)
|
||||
{
|
||||
GstVaDisplayPrivate *priv;
|
||||
|
||||
|
|
|
@ -57,12 +57,12 @@ GArray * gst_va_display_get_profiles (GstVaDisplay * self,
|
|||
guint32 codec,
|
||||
VAEntrypoint entrypoint);
|
||||
GArray * gst_va_display_get_image_formats (GstVaDisplay * self);
|
||||
GstVaImplementation gst_va_display_get_implemenation (GstVaDisplay * self);
|
||||
GstVaImplementation gst_va_display_get_implementation (GstVaDisplay * self);
|
||||
|
||||
static inline gboolean
|
||||
gst_va_display_is_implementation (GstVaDisplay * self, GstVaImplementation impl)
|
||||
{
|
||||
return (gst_va_display_get_implemenation (self) == impl);
|
||||
return (gst_va_display_get_implementation (self) == impl);
|
||||
}
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue