Searched refs:capsfunc (Results 1 – 2 of 2) sorted by relevance
64 GstMatroskaCapsFunc capsfunc; member
842 ret = collect_pad->capsfunc (pad, caps); in gst_matroska_mux_handle_sink_event()2562 GstMatroskaCapsFunc capsfunc = NULL; in gst_matroska_mux_request_new_pad() local2576 capsfunc = GST_DEBUG_FUNCPTR (gst_matroska_mux_audio_pad_setcaps); in gst_matroska_mux_request_new_pad()2590 capsfunc = GST_DEBUG_FUNCPTR (gst_matroska_mux_video_pad_setcaps); in gst_matroska_mux_request_new_pad()2604 capsfunc = GST_DEBUG_FUNCPTR (gst_matroska_mux_subtitle_pad_setcaps); in gst_matroska_mux_request_new_pad()2632 collect_pad->capsfunc = capsfunc; in gst_matroska_mux_request_new_pad()