mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
jpegparse: Headers cleanup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1473>
This commit is contained in:
parent
6c3445a83f
commit
547d324325
2 changed files with 1 additions and 3 deletions
|
@ -53,6 +53,7 @@
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
|
|
||||||
#include "gstjpegparse.h"
|
#include "gstjpegparse.h"
|
||||||
|
#include "gstjpegformat.h"
|
||||||
|
|
||||||
static GstStaticPadTemplate gst_jpeg_parse_src_pad_template =
|
static GstStaticPadTemplate gst_jpeg_parse_src_pad_template =
|
||||||
GST_STATIC_PAD_TEMPLATE ("src",
|
GST_STATIC_PAD_TEMPLATE ("src",
|
||||||
|
|
|
@ -24,11 +24,8 @@
|
||||||
#define __GST_JPEG_PARSE_H__
|
#define __GST_JPEG_PARSE_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/base/gstadapter.h>
|
|
||||||
#include <gst/base/gstbaseparse.h>
|
#include <gst/base/gstbaseparse.h>
|
||||||
|
|
||||||
#include "gstjpegformat.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GST_TYPE_JPEG_PARSE \
|
#define GST_TYPE_JPEG_PARSE \
|
||||||
|
|
Loading…
Reference in a new issue