Revert "baseparse: fix draining with less data than min frame size available"
authorSebastian Dröge <sebastian@centricular.com>
Wed, 2 Nov 2016 07:35:05 +0000 (09:35 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 2 Nov 2016 07:35:05 +0000 (09:35 +0200)
commit9ea6af280d492a26749c2feafad75d435512eef8
tree1a0a22e9ca4936aa918022e40018d0858ff76ead
parent5a5ae1be1fc22ab538fb74984a99ce9d8f708f80
Revert "baseparse: fix draining with less data than min frame size available"

This reverts commit 2e278aeb7128e8732f5324ab8c8b22a47950c80a.

Some parsers, specifically audio parsers, assume to get all remaining
data on EOS and just pass them onwards. While the idea here is correct,
we will probably need a property for this on baseparse for parsers to
opt-in.

https://bugzilla.gnome.org/show_bug.cgi?id=773666
libs/gst/base/gstbaseparse.c