[amcvidenc-omxqcomvideoencoderhevc] Unable to create pipeline
I'm trying to create a pipeline based on the above mentioned encoder, but it continues to fail with:
12-10 16:44:33.070 2664 2718 W GStreamer+videoencoder: 0:00:00.326782865 0x717ca62320 ../gst-libs/gst/video/gstvideoencoder.c:778:gst_video_encoder_setcaps: rejected caps video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)75/2, pixel-aspect-ratio=(fraction)1/1, format=(string)NV12, multiview-mode=(string)mono, interlace-mode=(string)mixed 12-10 16:44:33.070 2664 2718 E GStreamer+amcvideoenc: 0:00:00.326934740 0x717ca62320 ../sys/androidmedia/gstamcvideoenc.c:222:create_amc_format: Failed to convert caps(video/x-h265/...) to any mime
Pipeline is :
videotestsrc ! videoscale ! video/x-raw, framerate=30/1 ! deinterlace ! interlace ! videoconvert ! amcvidenc-omxqcomvideoencoderhevc ! fakesink
What are the supported caps for this encoder?