oggmux: fix up previous commit

Was missing the header file change.
This commit is contained in:
Tim-Philipp Müller 2012-09-21 16:10:27 +01:00
parent 5890a4a803
commit e072bd6130

View file

@ -118,6 +118,7 @@ struct _GstOggMux
/* need_headers */
gboolean need_headers;
gboolean need_start_events;
guint64 max_delay;
guint64 max_page_delay;