Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdppay.c149 gdppay->crc_payload = DEFAULT_CRC_PAYLOAD; in gst_gdp_pay_init()
150 gdppay->header_flag = gdppay->crc_header | gdppay->crc_payload; in gst_gdp_pay_init()
654 this->header_flag = this->crc_header | this->crc_payload; in gst_gdp_pay_set_property()
657 this->crc_payload = in gst_gdp_pay_set_property()
659 this->header_flag = this->crc_header | this->crc_payload; in gst_gdp_pay_set_property()
681 g_value_set_boolean (value, this->crc_payload); in gst_gdp_pay_get_property()
Dgstgdppay.h66 gboolean crc_payload; member