Searched refs:ext_coding_props (Results 1 – 2 of 2) sorted by relevance
162 GstStructure *ext_coding_props; member
331 if (!(ret = structure_get_value (thiz->ext_coding_props, key, value))) { in ext_coding_props_get_value()333 gst_structure_get_name (thiz->ext_coding_props), key); in ext_coding_props_get_value()2026 gst_clear_structure (&thiz->ext_coding_props); in gst_msdkenc_dispose()2124 thiz->ext_coding_props = gst_structure_new (EC_PROPS_STRUCT_NAME, in gst_msdkenc_init()2226 gst_structure_set_name (thiz->ext_coding_props, name); in gst_msdkenc_set_common_property()2227 if (!structure_transform (s, thiz->ext_coding_props)) { in gst_msdkenc_set_common_property()2326 gst_value_set_structure (value, thiz->ext_coding_props); in gst_msdkenc_get_common_property()