diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2001-04-15 23:12:48 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2001-04-15 23:12:48 +0000 |
commit | afb300cc5223548265c2dc0f381a75071c3cabec (patch) | |
tree | 533fa6b2cf2b72e0ae1e8a2dd2903ff42b2acd54 | |
parent | 043f6239b8c0568e965d2400b60b4438597f4e9b (diff) |
Added missing category strings...BRANCH-INCSCHED1-200104161-ROOT
Original commit message from CVS:
Added missing category strings...
-rw-r--r-- | gst/gstinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstinfo.c b/gst/gstinfo.c index dfd4f8a1d..41c9d9a5e 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", }; /** |