preset: fix sorting presets
authorStefan Sauer <ensonic@users.sf.net>
Sun, 11 Jan 2015 22:00:29 +0000 (23:00 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 11 Jan 2015 22:02:57 +0000 (23:02 +0100)
commit70788b857860789ea764ea117cb1b78522ef2b57
tree888e9cad5d2b2442b6daa5e7a12ea4ad0c540c03
parent3390b70d781a7e2cfe7796e65a8a378a73d95209
preset: fix sorting presets

The glib docs are not clear on this, but the qsort man-page is - the
GCompareDataFunc does not get the strings, but pointers to them.
gst/gstpreset.c