@@ -1695,19 +1695,19 @@ bool DataProcessJobBase::ParseFromXmlString(const std::string& body) {
1695
1695
ParseSubtitles (operation_node, m_jobs_detail.operation .subtitles );
1696
1696
} else if (" Animation" == operation_node_name) {
1697
1697
ParseAnimation (operation_node, m_jobs_detail.operation .animation );
1698
- } else if (" SmartCover" == node_name ) {
1698
+ } else if (" SmartCover" == operation_node_name ) {
1699
1699
ParseSmartCover (operation_node, m_jobs_detail.operation .smart_cover );
1700
- } else if (" ConcatTemplate" == node_name ) {
1700
+ } else if (" ConcatTemplate" == operation_node_name ) {
1701
1701
ParseConcat (operation_node, m_jobs_detail.operation .concat );
1702
- } else if (" DigitalWatermark" == node_name ) {
1702
+ } else if (" DigitalWatermark" == operation_node_name ) {
1703
1703
ParseDigitalWatermark (operation_node, m_jobs_detail.operation .digital_watermark );
1704
- } else if (" ExtractDigitalWatermark" == node_name ) {
1704
+ } else if (" ExtractDigitalWatermark" == operation_node_name ) {
1705
1705
ParseExtractDigitalWatermark (operation_node, m_jobs_detail.operation .extract_digital_watermark );
1706
- } else if (" VideoMontage" == node_name ) {
1706
+ } else if (" VideoMontage" == operation_node_name ) {
1707
1707
ParseVideoMontage (operation_node, m_jobs_detail.operation .video_montage );
1708
- } else if (" VoiceSeparate" == node_name ) {
1708
+ } else if (" VoiceSeparate" == operation_node_name ) {
1709
1709
ParseVoiceSeparate (operation_node, m_jobs_detail.operation .voice_separate );
1710
- } else if (" Segment" == node_name ) {
1710
+ } else if (" Segment" == operation_node_name ) {
1711
1711
ParseSegment (operation_node, m_jobs_detail.operation .segment );
1712
1712
}
1713
1713
}
0 commit comments