summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/mpegtsmux/tsmux/tsmux.h4
-rw-r--r--gst/mpegtsmux/tsmux/tsmuxstream.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmux.h b/gst/mpegtsmux/tsmux/tsmux.h
index fb0a81b5..8b4df097 100644
--- a/gst/mpegtsmux/tsmux/tsmux.h
+++ b/gst/mpegtsmux/tsmux/tsmux.h
@@ -82,8 +82,8 @@
#include <glib.h>
-#include <tsmux/tsmuxcommon.h>
-#include <tsmux/tsmuxstream.h>
+#include "tsmuxcommon.h"
+#include "tsmuxstream.h"
G_BEGIN_DECLS
diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.h b/gst/mpegtsmux/tsmux/tsmuxstream.h
index 9cc049ad..bf1e23b9 100644
--- a/gst/mpegtsmux/tsmux/tsmuxstream.h
+++ b/gst/mpegtsmux/tsmux/tsmuxstream.h
@@ -82,7 +82,7 @@
#include <glib.h>
-#include <tsmux/tsmuxcommon.h>
+#include "tsmuxcommon.h"
G_BEGIN_DECLS