Searched refs:oggpad (Results 1 – 1 of 1) sorted by relevance
260 GstOggPadData *oggpad = (GstOggPadData *) data; in gst_ogg_mux_ogg_pad_destroy_notify() local263 ogg_stream_clear (&oggpad->map.stream); in gst_ogg_mux_ogg_pad_destroy_notify()264 gst_caps_replace (&oggpad->map.caps, NULL); in gst_ogg_mux_ogg_pad_destroy_notify()266 if (oggpad->pagebuffers) { in gst_ogg_mux_ogg_pad_destroy_notify()267 while ((buf = g_queue_pop_head (oggpad->pagebuffers)) != NULL) { in gst_ogg_mux_ogg_pad_destroy_notify()270 g_queue_free (oggpad->pagebuffers); in gst_ogg_mux_ogg_pad_destroy_notify()271 oggpad->pagebuffers = NULL; in gst_ogg_mux_ogg_pad_destroy_notify()374 gst_ogg_pad_data_reset (GstOggMux * ogg_mux, GstOggPadData * oggpad) in gst_ogg_pad_data_reset() argument376 oggpad->packetno = 0; in gst_ogg_pad_data_reset()377 oggpad->pageno = 0; in gst_ogg_pad_data_reset()[all …]