# File gstreamer/sample/gst-inspect.rb, line 79
def print_query(q)
    puts "(#{q.type_id}) :".ljust(10) + q.nick + " (#{q.description})" 
end