Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c143 GstPad *row_fec_srcpad; member
370 ret = gst_pad_push (enc->row_fec_srcpad, buffer); in queue_fec_packet()
374 GST_WARNING_OBJECT (enc->row_fec_srcpad, in queue_fec_packet()
416 push_initial_events (enc, enc->row_fec_srcpad, "row-fec"); in gst_rtpst_2022_1_fecenc_sink_chain()
532 if (enc->row_fec_srcpad) { in gst_rtpst_2022_1_fecenc_reset()
533 gst_element_remove_pad (GST_ELEMENT (enc), enc->row_fec_srcpad); in gst_rtpst_2022_1_fecenc_reset()
534 enc->row_fec_srcpad = NULL; in gst_rtpst_2022_1_fecenc_reset()
564 enc->row_fec_srcpad = in gst_rtpst_2022_1_fecenc_reset()
566 gst_pad_set_active (enc->row_fec_srcpad, TRUE); in gst_rtpst_2022_1_fecenc_reset()
567 gst_pad_set_iterate_internal_links_function (enc->row_fec_srcpad, in gst_rtpst_2022_1_fecenc_reset()
[all …]