From 4212a8dfdc03b33a47942bb93b3d74d8d2c3b4ef Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 20 May 2001 21:24:59 +0000 Subject: [PATCH] Fixed a problem with -inspect where some args would not show up correctly Original commit message from CVS: Fixed a problem with -inspect where some args would not show up correctly --- tools/gstreamer-inspect.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gstreamer-inspect.c b/tools/gstreamer-inspect.c index a12629e971..3c455979cc 100644 --- a/tools/gstreamer-inspect.c +++ b/tools/gstreamer-inspect.c @@ -252,7 +252,6 @@ print_element_info (GstElementFactory *factory) printf("Element Arguments:\n"); args = gtk_object_query_args(GTK_OBJECT_TYPE(element), &flags, &num_args); for (i=0;i