]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
taglists: warn if someone tries to add empty or NULL string tags to a taglist
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 May 2009 19:50:40 +0000 (20:50 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 31 May 2009 14:38:01 +0000 (15:38 +0100)
commit30c890c7a2b8140da0ac2fd964a7023cd5fb22ca
treeaf199b37d78fac61e860503369f44f7629cd8a07
parentc8acbbfde087516135b58b6be34235390ee06e19
taglists: warn if someone tries to add empty or NULL string tags to a taglist

Also warn if an element or application tries to add a field with an
empty string to a structure (NULL strings are still needed and
allowed though) and do all those checks in the right function.

Fixes #559643.
gst/gststructure.c
tests/check/gst/gststructure.c
tests/check/gst/gsttag.c