cmmldec: fix flow return handling
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 08:20:03 +0000 (09:20 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 08:21:51 +0000 (09:21 +0100)
commitfff0e878bf94ed1c7819767313701d61b8a53cfc
treed602410380de67c5ec6f0b06fbeff4aa5ea47e6d
parenta313bc75249fb8f39346ac10bdd1d9f4ae924299
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) {
ext/annodex/gstcmmldec.c