oggstream: Add a default GstOggMap
authorEdward Hervey <edward@centricular.com>
Wed, 1 Nov 2017 17:24:11 +0000 (18:24 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 1 Nov 2017 17:39:26 +0000 (18:39 +0100)
commitc3006b17d1b927184197564b279ebb53bd9a650b
tree36c0cc5cc501a7255886d27af22b79460d1b5b5f
parent9c2d5e863e61e7f2a208720a3c0d3330564c36fc
oggstream: Add a default GstOggMap

Since the default value of a GstOggPad.map.map was 0 ... we would
end up using wrong functions from mappers() if the stream wasn't
initialized yet.

Instead of that, use a default blank/empty first entry.
ext/ogg/gstoggstream.c