gstreamer/libs/gst
Thiago Santos b7516dbf7c baseparse: avoid returning _OK for _NOT_LINKED
When the parser receives non-aligned packets it can push a buffer
and get a not-linked return while still leaving some data still to
be parsed. This remaining data will not form a complete frame and
the subclass likely returns _OK and baseparse would take that
as the return, while it the element is actually not-linked.

This patch fixes this by storing the last flow-return from a push
and using that if a parsing operation doesn't result in data being
flushed or skipped.

https://bugzilla.gnome.org/show_bug.cgi?id=731474
2014-06-25 12:13:07 -03:00
..
base baseparse: avoid returning _OK for _NOT_LINKED 2014-06-25 12:13:07 -03:00
check check: use _exit() instead of exit() in fail_unless() so we exit immediately 2014-05-07 10:44:34 +01:00
controller libs: g-ir-scanner: do not hardcode libtool path 2014-04-17 09:26:20 +01:00
helpers Fix FSF address 2012-11-03 20:44:48 +00:00
net nettimeprovider: Use non-freed variable 2014-05-09 14:46:59 +02:00
Makefile.am dist net directory only once 2012-03-21 12:10:21 +01:00