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:
Edward Hervey 2023-04-04 11:51:43 +02:00 committed by GStreamer Marge Bot
parent 8ec6ef8ca4
commit 8e51399334
3 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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>

View file

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