typefindfunctions: Fix otio typefinder to actually detect otio files
authorSebastian Dröge <sebastian@centricular.com>
Mon, 6 Apr 2020 12:20:39 +0000 (15:20 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 6 Apr 2020 12:23:27 +0000 (15:23 +0300)
commit6ea225ccb44434a45f7a1bfaf9a96fff1c55437d
tree370b21898a136d0d8a0390186503939d3699579d
parentfa91783833b0f7518babc00ba08b58904d32484b
typefindfunctions: Fix otio typefinder to actually detect otio files

The string "\"OTIO_SCHEMA\":" is 14 characters and not 15. Checking for
15 characters would also check for the final '\0', which does not exist
in any otio file as the string is the key of a JSON map.
gst/typefind/gsttypefindfunctions.c