summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-01 13:49:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-09-23 16:54:41 +0100
commit410ebb7eb3d6c216c977d5562b20020f4138b7bd (patch)
tree37f185cc371c0cab14ea6d9c76c977a4ed1e135e /gst/qtdemux/qtdemux.c
parent02581dd2a5f6d193eecb19568a4d425e26d5bb64 (diff)
qtdemux: add QtAtomParser, an inlined GstByteReader variant
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-rw-r--r--gst/qtdemux/qtdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 7f34ded0..98514e2b 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -49,6 +49,7 @@
#include <gst/tag/tag.h>
+#include "qtatomparser.h"
#include "qtdemux_types.h"
#include "qtdemux_dump.h"
#include "qtdemux_fourcc.h"