value: Fixed serialization for short fourccs.
authorMartin Bisson <martin.bisson@gmail.com>
Fri, 11 Jun 2010 22:56:13 +0000 (22:56 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 12 Jun 2010 06:07:34 +0000 (08:07 +0200)
commitab0763f0e8461c569dfbff8a0f049454070d14b5
tree4761a2aa723e9c6b45fff71fd83496aae198bc13
parentad9f5e11d0d2866cd8db94edf2d07383ce2954cf
value: Fixed serialization for short fourccs.

"Y16 " and "Y8  " were not displayed properly because the space
character is not alnum.  A unit test is also included.

Fixes bug #621282.
gst/gstvalue.c
tests/check/gst/gstvalue.c