mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
oggmux: fix up previous commit
Was missing the header file change.
This commit is contained in:
parent
5890a4a803
commit
e072bd6130
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ struct _GstOggMux
|
|||
|
||||
/* need_headers */
|
||||
gboolean need_headers;
|
||||
gboolean need_start_events;
|
||||
|
||||
guint64 max_delay;
|
||||
guint64 max_page_delay;
|
||||
|
|
Loading…
Reference in a new issue