Tim-Philipp Müller fff0e878bf cmmldec: fix flow return handling
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) {
2010-09-07 09:21:51 +01:00
..
2010-09-07 09:21:51 +01:00
2007-08-16 12:15:06 +00:00
2006-04-08 18:25:55 +00:00
2010-03-21 15:17:46 +01:00