debugutils: fix enum/flag properties printing for elements
authorTim-Philipp Müller <tim@centricular.com>
Sat, 26 Mar 2016 17:21:51 +0000 (17:21 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Mar 2016 17:21:51 +0000 (17:21 +0000)
commit9e836805632a1da98622c13f64ba130e01e64eda
tree32fdba4b1646f2c95aa3334a27a9ac3926a749a9
parenta35dfb1b16f1768ae31b88e4252e7950db340dd9
debugutils: fix enum/flag properties printing for elements

We want to use the flag/enum nicks here, not only because they
are shorter but also because in case of element-specific enums
and flags we abuse the enum/flag name field for the description,
and we don't want that printed in the dot file.

https://bugzilla.gnome.org/show_bug.cgi?id=763814
gst/gstdebugutils.c