Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c76 gst_mxf_demux_peek_klv_packet (GstMXFDemux * demux, guint64 offset,
81 gst_mxf_demux_fill_klv (GstMXFDemux * demux, GstMXFKLV * klv);
85 static void gst_mxf_demux_consume_klv (GstMXFDemux * demux, GstMXFKLV * klv);
88 gst_mxf_demux_handle_index_table_segment (GstMXFDemux * demux, GstMXFKLV * klv);
90 static void collect_index_table_segments (GstMXFDemux * demux);
91 static gboolean find_entry_for_offset (GstMXFDemux * demux,
144 G_DEFINE_TYPE (GstMXFDemux, gst_mxf_demux, GST_TYPE_ELEMENT);
149 gst_mxf_demux_remove_pad (GstMXFDemuxPad * pad, GstMXFDemux * demux) in gst_mxf_demux_remove_pad()
156 gst_mxf_demux_remove_pads (GstMXFDemux * demux) in gst_mxf_demux_remove_pads()
173 gst_mxf_demux_reset_mxf_state (GstMXFDemux * demux) in gst_mxf_demux_reset_mxf_state()
[all …]
Dmxfdemux.h35 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_MXF_DEMUX,GstMXFDemux))
42 typedef struct _GstMXFDemux GstMXFDemux; typedef