media: fix no relay with purple 2.x & GStreamer 1.0
commit206fe857606282c791dfd9ccd49c9d551ea98188
authorJakub Adam <jakub.adam@ktknet.cz>
Thu, 2 Feb 2017 17:54:12 +0000 (2 18:54 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Thu, 2 Feb 2017 21:18:48 +0000 (2 22:18 +0100)
treee3faf3dc8b433d6398db0ac92549f3d9ac232d7e
parenteddde36ccd45b3b94ac4d1f2e3b9a78255cff249
media: fix no relay with purple 2.x & GStreamer 1.0

Starting with version 2.10.12 it is possible to compile libpurple 2.x
with GStreamer 1.0 and Farstream 0.2, which invalidates our check
deciding whether to use GValueArray or GPtrArray as a data type of
"relay-info" property.

Moreover, because Sipe V&V has since 1.22.0 gained a build dependency
on Farstream 0.2, we may as well do away with the legacy code and use
GPtrArray everywhere now.
configure.ac
src/purple/purple-media.c