diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/tools/gst-inspect.c --- a/gstreamer_core/tools/gst-inspect.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/tools/gst-inspect.c Wed Sep 01 12:16:41 2010 +0100 @@ -25,15 +25,13 @@ # include "config.h" #endif +#include -#include #include "tools.h" #include #include #include -#include -#include static char *_name = NULL; @@ -1299,8 +1297,8 @@ int main (int argc, char *argv[]) { - static gboolean print_all = FALSE; - static gboolean print_aii = FALSE; + gboolean print_all = FALSE; + gboolean print_aii = FALSE; GOptionEntry options[] = { {"print-all", 'a', 0, G_OPTION_ARG_NONE, &print_all, N_("Print all elements"), NULL},