baseparse: use the enum values for 0 and don't abuse on gboolean coincidence
authorJosep Torra <n770galaxy@gmail.com>
Thu, 25 Aug 2011 21:26:08 +0000 (23:26 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 26 Aug 2011 12:11:15 +0000 (14:11 +0200)
commit81794a42486301b1afa3b41442701f825e789db7
tree0ad04925f1eb6a73b1d2c57e0ed2d70d9f97050d
parentab3c6173b3c428e186900e1bcab8a2e4042d7e9b
baseparse: use the enum values for 0 and don't abuse on gboolean coincidence

Fixes warning #188: enumerated type mixed with another type reported by ICC.
libs/gst/base/gstbaseparse.c