Skip to content
  • Tim-Philipp Müller's avatar
    cmmldec: fix flow return handling · fff0e878
    Tim-Philipp Müller authored
    Fix buggy GST_FLOW_IS_FATAL substitution, and 'make check':
    -  if (!GST_FLOW_IS_FATAL (dec->flow_return) && !dec->sent_root) {
    +  if (dec->flow_return != GST_FLOW_OK && !dec->sent_root) {
    fff0e878