From: Víctor Manuel Jáquez Leal Date: Sun, 22 May 2022 08:10:38 +0000 (+0200) Subject: va: Keep include's code style X-Git-Tag: 1.22.0~1586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84c0d027552af2f5c728f9798cbb3fdf00b24a0d;p=platform%2Fupstream%2Fgstreamer.git va: Keep include's code style Headers are in alphabetical order. Part-of: --- diff --git a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c index f2c3c31..442f8cf 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvaencoder.c @@ -25,9 +25,9 @@ #include "gstvaencoder.h" -#include "vacompat.h" #include "gstvacaps.h" #include "gstvadisplay_priv.h" +#include "vacompat.h" #define VA_ENTRYPOINT_FLAG(entry) (1U << G_PASTE(VAEntrypoint, entry)) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index 9313f37..9f3d4a4 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c @@ -50,7 +50,6 @@ #include "config.h" #endif - #include "gstvah264enc.h" #include @@ -59,12 +58,12 @@ #include #include -#include "vacompat.h" #include "gstvabaseenc.h" -#include "gstvaencoder.h" #include "gstvacaps.h" -#include "gstvaprofile.h" #include "gstvadisplay_priv.h" +#include "gstvaencoder.h" +#include "gstvaprofile.h" +#include "vacompat.h" GST_DEBUG_CATEGORY_STATIC (gst_va_h264enc_debug); #define GST_CAT_DEFAULT gst_va_h264enc_debug