mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
fff0e878bf
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) { |
||
---|---|---|
.. | ||
gstannodex.c | ||
gstannodex.h | ||
gstcmmldec.c | ||
gstcmmldec.h | ||
gstcmmlenc.c | ||
gstcmmlenc.h | ||
gstcmmlparser.c | ||
gstcmmlparser.h | ||
gstcmmltag.c | ||
gstcmmltag.h | ||
gstcmmlutils.c | ||
gstcmmlutils.h | ||
Makefile.am |