gstcheck: Document strcmp used in string cmp macros
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 1 Jul 2019 09:25:20 +0000 (14:55 +0530)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Mon, 1 Jul 2019 11:51:46 +0000 (11:51 +0000)
commit7cfdb23387f7890a885b946e73d0d55c1b849a1e
tree9d131e7fb50a07987b2d6b37ce13c343e6c4c6db
parentf336fdd0880e06b5d3fba7d6a0bb6da64805989c
gstcheck: Document strcmp used in string cmp macros

strcmp() does not allow the arguments to be NULL, but g_strcmp0()
does, so document that we use g_strcmp0() so that people don't need to
worry about that.
libs/gst/check/gstcheck.h