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-03-17 18:23:28 +01:00
2006-02-24 19:07:10 +00:00
2010-09-07 09:21:51 +01:00
2010-03-17 18:23:28 +01:00
2010-09-04 14:52:10 +02:00
2010-03-17 18:23:28 +01:00
2010-03-17 18:23:28 +01:00
2006-02-25 19:07:41 +00: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
2006-02-24 19:07:10 +00:00
2008-11-04 12:28:34 +00:00