va: Keep include's code style
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sun, 22 May 2022 08:10:38 +0000 (10:10 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 24 May 2022 13:41:50 +0000 (13:41 +0000)
Headers are in alphabetical order.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2465>

subprojects/gst-plugins-bad/sys/va/gstvaencoder.c
subprojects/gst-plugins-bad/sys/va/gstvah264enc.c

index f2c3c31..442f8cf 100644 (file)
@@ -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))
 
index 9313f37..9f3d4a4 100644 (file)
@@ -50,7 +50,6 @@
 #include "config.h"
 #endif
 
-
 #include "gstvah264enc.h"
 
 #include <gst/codecparsers/gsth264bitwriter.h>
 #include <gst/video/video.h>
 #include <va/va_drmcommon.h>
 
-#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