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