oggmux: push eos event when empty pad data
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 6 May 2014 17:01:32 +0000 (13:01 -0400)
committerLuis de Bethencourt <luis@debethencourt.com>
Tue, 6 May 2014 20:21:18 +0000 (16:21 -0400)
commit43ae5a17ce93446c2c51d555c4abc27ef1b6466b
treeeb7ec0483365d7ca6c51672c6c9cbc096e3227ac
parent2d0ecd7ff8dc621be91d029ab27f8ad59912ee9f
oggmux: push eos event when empty pad data

If gst_ogg_mux_queue_pads returns NULL it means we are at EOS, because we get a
NULL buffer and this function never sets bestpad.

https://bugzilla.gnome.org/show_bug.cgi?id=729315
ext/ogg/gstoggmux.c