summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux_types.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-19 01:36:33 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-09-23 16:54:42 +0100
commit3abeb1e57804272c11ec5d61946000b010d8191a (patch)
tree76b736f088d327ca699b8625035235d84bab5dbd /gst/qtdemux/qtdemux_types.h
parentc8c9b0f35d2330617fe71b89a1828dd84c6a8c91 (diff)
qtdemux: use GstByteReader for atom dumping and fix a few bugs
Diffstat (limited to 'gst/qtdemux/qtdemux_types.h')
-rw-r--r--gst/qtdemux/qtdemux_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux_types.h b/gst/qtdemux/qtdemux_types.h
index 7142410f..80237678 100644
--- a/gst/qtdemux/qtdemux_types.h
+++ b/gst/qtdemux/qtdemux_types.h
@@ -22,11 +22,12 @@
#include <gst/gst.h>
+#include "qtatomparser.h"
#include "qtdemux.h"
G_BEGIN_DECLS
-typedef void (*QtDumpFunc) (GstQTDemux * qtdemux, guint8 * buffer, int depth);
+typedef gboolean (*QtDumpFunc) (GstQTDemux * qtdemux, QtAtomParser * data, int depth);
typedef struct _QtNodeType QtNodeType;