GL_ARB_buffer_storage equivalent of AMD Pinned memory ?

HI,

I am trying to optimize video upload in my application. Is GL_ARB_buffer_storage the general extension that I can use instead of AMD Pinned Memory to avoid copy from CPU to GPU?