bufferpool: use GstValueArray instead of GValueArray for storing options in the config
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 10:22:29 +0000 (10:22 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 10:44:11 +0000 (10:44 +0000)
commit78ccf77fa39076d84d557f4b91b9a56aaeb8893a
tree468bce7180b1016da6609a997d27c7b0e7a49a7d
parent70d3e5b13fa94697a088d7c29bab80b7f31f55ee
bufferpool: use GstValueArray instead of GValueArray for storing options in the config

Since GValueArray is deprecated. It's all only internal anywhere here,
but if we use GstValueArray the option strings get serialized nicely
in the debug logs at least.
gst/gstbufferpool.c