summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-21 16:10:27 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-21 16:10:27 +0100
commite072bd6130487e98fbbfb592561c048630b3d8c9 (patch)
tree84ed17f99da69997878e76cc43ebfc7acba94a2e
parent5890a4a803795e8758a0e9002e3bd8571bff5f13 (diff)
oggmux: fix up previous commit
Was missing the header file change.
-rw-r--r--ext/ogg/gstoggmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ogg/gstoggmux.h b/ext/ogg/gstoggmux.h
index fb87ca009..cad7076df 100644
--- a/ext/ogg/gstoggmux.h
+++ b/ext/ogg/gstoggmux.h
@@ -118,6 +118,7 @@ struct _GstOggMux
/* need_headers */
gboolean need_headers;
+ gboolean need_start_events;
guint64 max_delay;
guint64 max_page_delay;