Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcvfpay.c100 GST_ELEMENT_REGISTER_DEFINE (avtpcvfpay, "avtpcvfpay", GST_RANK_NONE,
151 gst_avtp_cvf_pay_init (GstAvtpCvfPay * avtpcvfpay) in gst_avtp_cvf_pay_init() argument
153 avtpcvfpay->mtu = DEFAULT_MTU; in gst_avtp_cvf_pay_init()
154 avtpcvfpay->header = NULL; in gst_avtp_cvf_pay_init()
155 avtpcvfpay->nal_length_size = 0; in gst_avtp_cvf_pay_init()
156 avtpcvfpay->measurement_interval = DEFAULT_MEASUREMENT_INTERVAL; in gst_avtp_cvf_pay_init()
157 avtpcvfpay->max_interval_frames = DEFAULT_MAX_INTERVAL_FRAMES; in gst_avtp_cvf_pay_init()
158 avtpcvfpay->last_interval_ct = 0; in gst_avtp_cvf_pay_init()
165 GstAvtpCvfPay *avtpcvfpay = GST_AVTP_CVF_PAY (object); in gst_avtp_cvf_set_property() local
167 GST_DEBUG_OBJECT (avtpcvfpay, "prop_id: %u", prop_id); in gst_avtp_cvf_set_property()
[all …]
Dgstavtp.c258 ret |= GST_ELEMENT_REGISTER (avtpcvfpay, plugin); in plugin_init()
Dgstavtpcvfpay.h65 GST_ELEMENT_REGISTER_DECLARE (avtpcvfpay);
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build108 [['elements/avtpcvfpay.c'], not avtp_dep.found(), [avtp_dep]],
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davtpcvfpay.c774 GST_CHECK_MAIN (avtpcvfpay);
/third_party/gstreamer/gstplugins_bad/
DChangeLog24518 * tests/check/elements/avtpcvfpay.c:
25859 A typical case is for AVTP packets coming from avtpcvfpay element, as
25868 avtpcvfpay: Warn about timestamp issues on non-flushing seek
25869 Seek events will cause new segments to be sent to avtpcvfpay, and for
25872 avtpcvfpay element to generate incorrect DTS for the initial set of
25875 sink gets the first buffer after the FLUSH_STOP - so avtpcvfpay used
25878 base time when pipeline state goes to PLAYING again, before avtpcvfpay
25879 gets the first buffers after the flush. Then avtpcvfpay element will be
25889 * tests/check/elements/avtpcvfpay.c:
25890 avtpcvfpay: Ensure NAL fragments are transmitted following stream specs
[all …]