Hello,
Gstreamer is not supported by Android. The way that Android handles the use of the camera is by the camera service during the app development. You can access to the camera service with the following adb command during the kernel instance:
adb shell
$ am start -a android.media.action.VIDEO_CAPTURE
Best regards,
Diego.