Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c592 gst_matroska_pad_reset (GstMatroskaPad * collect_pad, gboolean full) in gst_matroska_pad_reset()
670 gst_matroska_pad_reset ((GstMatroskaPad *) collect_pad, TRUE); in gst_matroska_pad_free()
695 GstMatroskaPad *collect_pad; in gst_matroska_mux_reset()
697 collect_pad = (GstMatroskaPad *) walk->data; in gst_matroska_mux_reset()
822 GstMatroskaPad *collect_pad; in gst_matroska_mux_handle_sink_event()
830 collect_pad = (GstMatroskaPad *) data; in gst_matroska_mux_handle_sink_event()
839 collect_pad = (GstMatroskaPad *) gst_pad_get_element_private (pad); in gst_matroska_mux_handle_sink_event()
1087 GstMatroskaPad *collect_pad; in gst_matroska_mux_video_pad_setcaps()
1101 collect_pad = (GstMatroskaPad *) gst_pad_get_element_private (pad); in gst_matroska_mux_video_pad_setcaps()
1972 GstMatroskaPad *collect_pad; in gst_matroska_mux_audio_pad_setcaps()
[all …]
Dmatroska-mux.h75 GstMatroskaPad; typedef
/third_party/gstreamer/gstplugins_good/
DChangeLog11675 We were lucky that GstMatroskamuxPad is larger than GstMatroskaPad.