Home
last modified time | relevance | path

Searched refs:ogg_mux (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c119 GstOggMux * ogg_mux);
127 static void gst_ogg_pad_data_reset (GstOggMux * ogg_mux,
202 gst_ogg_mux_clear (GstOggMux * ogg_mux) in gst_ogg_mux_clear() argument
204 ogg_mux->pulling = NULL; in gst_ogg_mux_clear()
205 ogg_mux->need_headers = TRUE; in gst_ogg_mux_clear()
206 ogg_mux->need_start_events = TRUE; in gst_ogg_mux_clear()
207 ogg_mux->delta_pad = NULL; in gst_ogg_mux_clear()
208 ogg_mux->offset = 0; in gst_ogg_mux_clear()
209 ogg_mux->next_ts = 0; in gst_ogg_mux_clear()
210 ogg_mux->last_ts = GST_CLOCK_TIME_NONE; in gst_ogg_mux_clear()
[all …]