Searched refs:close_seg_event (Results 1 – 2 of 2) sorted by relevance
253 GstEvent *close_seg_event; member
276 if (demux->close_seg_event) { in gst_mxf_demux_reset()277 gst_event_unref (demux->close_seg_event); in gst_mxf_demux_reset()278 demux->close_seg_event = NULL; in gst_mxf_demux_reset()3024 if (demux->close_seg_event) in gst_mxf_demux_handle_generic_container_essence_element()3026 gst_event_ref (demux->close_seg_event)); in gst_mxf_demux_handle_generic_container_essence_element()5321 if (G_UNLIKELY (demux->close_seg_event)) {5322 gst_event_unref (demux->close_seg_event);5323 demux->close_seg_event = NULL;5338 demux->close_seg_event = gst_event_new_segment (&demux->segment);5339 gst_event_set_seqnum (demux->close_seg_event, demux->seqnum);[all …]