output cosmetic fix
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 Dec 2001 13:52:18 +0000 (13:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 Dec 2001 13:52:18 +0000 (13:52 +0000)
Original commit message from CVS:
output cosmetic fix

tools/gstreamer-launch.c

index eef02b7668263696b57547e11e552319248689c8..e817d3bdf2b5c5bb7329582be43326288c1e21f3 100644 (file)
@@ -107,7 +107,7 @@ print_props (gpointer data, gpointer user_data)
   GstPropsEntry *entry = (GstPropsEntry *)data;
   GstElement *element = GST_ELEMENT (user_data);
 
-  g_print ("%s: %s :", gst_element_get_name (element), 
+  g_print ("%s: %s", gst_element_get_name (element), 
                  g_quark_to_string (entry->propid));
   switch (entry->propstype) {
     case GST_PROPS_INT_ID: