oggmux: use oggstream to decide which BOS packets to place first
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 17 Aug 2011 17:38:39 +0000 (18:38 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Aug 2011 09:16:19 +0000 (11:16 +0200)
commitfd8434fc7450dc3bdc057d2d89a875be9b683181
tree8aac689c0babcc4db6304f5fb38a69ad5e04ca85
parent5bbf7109ec681fecdedbe9e48c8045bb9525e87f
oggmux: use oggstream to decide which BOS packets to place first

Ogg recommends video BOS packets to be first.
Use the "is_video" flag in oggstream to select those, rather than
check for known mime types.

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