mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
mpegts: Fix include headers
<gst/mpegts/mpegts.h> is the unique header to use Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4336>
This commit is contained in:
parent
8ec6ef8ca4
commit
8e51399334
3 changed files with 1 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
|||
#include <gst/mpegts/gst-scte-section.h>
|
||||
#include <gst/mpegts/gstmpegts-enumtypes.h>
|
||||
#include <gst/mpegts/gst-hdmv-section.h>
|
||||
#include <gst/mpegts/gst-mpegtspesmetadatameta.h>
|
||||
#include <gst/mpegts/gst-metadata-descriptor.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
#include "tsdemux.h"
|
||||
#include "gstmpegdesc.h"
|
||||
#include "gstmpegdefs.h"
|
||||
#include "gst/mpegts/gst-mpegtspesmetadatameta.h"
|
||||
#include "gst/mpegts/gst-metadata-descriptor.h"
|
||||
#include "mpegtspacketizer.h"
|
||||
#include "pesparse.h"
|
||||
#include <gst/codecparsers/gsth264parser.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <glib/gprintf.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/mpegts/mpegts.h>
|
||||
#include <gst/mpegts/gst-metadata-descriptor.h>
|
||||
|
||||
#define MPEGTIME_TO_GSTTIME(t) ((t) * (guint64)100000 / 9)
|
||||
|
||||
|
|
Loading…
Reference in a new issue