taglist: Remove (scope call) annotation from gst_tag_register()
authorSebastian Dröge <sebastian@centricular.com>
Wed, 23 Jan 2019 11:51:08 +0000 (13:51 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Thu, 24 Jan 2019 07:52:34 +0000 (07:52 +0000)
commit5688773b91c3ea1094996a573f119230727a0978
treecb157c31e54dea1919e4cb8b315279679b53eb4b
parent5b19d30d240284cc73e26fb2cd2a899f8d860cb8
taglist: Remove (scope call) annotation from gst_tag_register()

This was added in 7fdb15d6a2 but it is wrong. (scope call) is for
closures that only have to stay valid for the scope of the call, but the
tag merge function has to stay valid for the whole lifetime of the
application instead.

There's no appropriate scope annotation for that so we have to skip
these functions for now.
gst/gsttaglist.c