<div dir="ltr">Hello!<br><br>I am trying to use gstreamer on android to obtain frames 
from videos on demand. I set up my android project and jni stuff following the tutorials, but 
when I run my app I get lots of warnings and errors from gstreamer androidmedia, kind of:<br>```<br>0:00:00.050855041 0xb400006fb811f0a0 
../ext/adaptivedemux2/gstadaptivedemuxelement.c:41:adaptivedemux2_base_element_init
 Failed to load libsoup library<br>16:35:14.517 W 0:00:00.053559208 
0xb400006fb811f0a0 
../ext/adaptivedemux2/gstadaptivedemuxelement.c:41:adaptivedemux2_base_element_init
 Failed to load libsoup library<br>16:35:14.518 W 0:00:00.054405375 
0xb400006fb811f0a0 
../ext/adaptivedemux2/gstadaptivedemuxelement.c:41:adaptivedemux2_base_element_init
 Failed to load libsoup library<br>16:35:14.751 E 0:00:00.287678166 
0xb400006fb811f0a0 
../sys/androidmedia/gstamc.c:551:accepted_color_formats Unknown color 
format 0x14, ignoring<br>16:35:14.751 E 0:00:00.288346875 
0xb400006fb811f0a0 
../sys/androidmedia/gstamc.c:551:accepted_color_formats Unknown color 
format 0x27, ignoring<br>...<br><br>```<br><br>Here is the <a href="https://pastebin.com/5ByaAmuC">pastebin</a> with all others logs.<br><br>Errors
 appear in logs at the stage when I call Gstreamer.init() in main activity. Actually, the app continues working. It makes pipeline and opens mp4 file it, but it gives the following 
errors:<br>```<br>expected specified color aspects (2:0:0:0)<br>16:53:16.088
 W 0:00:42.574790228 0xb400006fc8086240 
../gst-libs/gst/video/video-info.c:762:gst_video_info_to_caps invalid 
matrix 3 for RGB format, using RGB<br>16:53:16.089 E 0:00:42.575359937 
0xb400006fc8086240 
../sys/androidmedia/gstamcvideodec.c:1985:gst_amc_video_dec_set_format:<amcvideodec-c2goldfishh264decoder0>
 Codec only supports GL output but downstream does not<br>16:53:16.089 W
 0:00:42.575614353 0xb400006fc8086240 
../gst-libs/gst/video/gstvideodecoder.c:934:gst_video_decoder_setcaps:<amcvideodec-c2goldfishh264decoder0>
 Subclass refused caps<br>16:53:16.089 W 0:00:42.575699270 
0xb400006fc8086240 
../gst/playback/gstdecodebin2.c:2555:connect_pad:<decodebin0> 
Couldn't set amcvideodec-c2goldfishh264decoder0 to PAUSED<br>```<br><br><div>I have made a minimal <a href="https://github.com/ramgalin/gst-get-frames/tree/main">example</a> that shows the full picture of how i set up the whole project. Maybe I configured or initialized smth incorrectly.</div><div><br></div><div>When I run tutorials, I do not get these errors. What could be wrong?<br></div></div>