summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-06-29 11:24:04 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-29 11:28:01 +0300
commit3e21ddf81fccbe79509ef24dd756a9036d7748d1 (patch)
tree5d77e653f43c20b57a939b65c5ca1f077e41819c /win32
parentdc9ca2e39cf9961aa69dee1e0619ec071f6b5d70 (diff)
logging: add a performace log category
This category can be used to log slow code path and help auditing the performance. Add FIXME-0.11 to some questionable categories.
Diffstat (limited to 'win32')
-rw-r--r--win32/common/libgstreamer.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def
index 070c64fd5d..c737da9464 100644
--- a/win32/common/libgstreamer.def
+++ b/win32/common/libgstreamer.def
@@ -17,6 +17,7 @@ EXPORTS
GST_CAT_PADS DATA
GST_CAT_PARAMS DATA
GST_CAT_PARENTAGE DATA
+ GST_CAT_PERFORMANCE DATA
GST_CAT_PIPELINE DATA
GST_CAT_PLUGIN_INFO DATA
GST_CAT_PLUGIN_LOADING DATA