tag: xmp: removing useless locking
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 27 Jul 2010 14:25:12 +0000 (11:25 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Sun, 1 Aug 2010 09:53:28 +0000 (06:53 -0300)
commit0c51c8209b33e40f812044b66bf50dc7be6819f9
treeaf90c65c39a67183b07f00a7556b189bc4acf8f1
parent344df0b217105c4bf785c77ab80956330f75feb6
tag: xmp: removing useless locking

Everything in the xmp helper lib is initiallized once and on a thread
safe way, and after that there are only reads going on, no more
writing. Based on that, drop the locking.
gst-libs/gst/tag/gstxmptag.c