summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-04-15 23:12:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-04-15 23:12:48 +0000
commitafb300cc5223548265c2dc0f381a75071c3cabec (patch)
tree533fa6b2cf2b72e0ae1e8a2dd2903ff42b2acd54
parent043f6239b8c0568e965d2400b60b4438597f4e9b (diff)
Added missing category strings...BRANCH-INCSCHED1-200104161-ROOT
Original commit message from CVS: Added missing category strings...
-rw-r--r--gst/gstinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstinfo.c b/gst/gstinfo.c
index dfd4f8a1d9..41c9d9a5ee 100644
--- a/gst/gstinfo.c
+++ b/gst/gstinfo.c
@@ -60,10 +60,12 @@ static gchar *_gst_info_category_strings[] = {
"PIPELINE",
"PLUGIN_LOADING",
"PLUGIN_ERRORS",
+ "PLUGIN_INFO",
"PROPERTIES",
"THREAD",
"TYPES",
"XML",
+ "NEGOTIATION",
};
/**