va: Keep include's code style

Headers are in alphabetical order.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2465>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-05-22 10:10:38 +02:00 committed by GStreamer Marge Bot
parent 46e536898f
commit 84c0d02755
2 changed files with 4 additions and 5 deletions

View 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))

View file

@ -50,7 +50,6 @@
#include "config.h"
#endif
#include "gstvah264enc.h"
#include <gst/codecparsers/gsth264bitwriter.h>
@ -59,12 +58,12 @@
#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