The sink used for video playback does not do any rendering by itself. It just lets the application get hold of egl images so it can blit them. The sink uses android GL drivers so not all color formats are supported.
If someone wants to do a video player with GStreamer directly then I can help.