Hello, everybody!<br>I've just started working with gst-openmax. For my
first component I've chosen "YUV Chroma filter". The component receives a
frame in yuv-format (YUYV, UYVY, YV12, etc.) and sets chroma to zero.
So we can see only black_and_white picture. That's all the modification
the component should do.<br>
<br>What component can I take as a template? And what files should I
modify to make my component work correctly with gst-openmax and
gstreamer? I tried to take ffmpeg colorspace converter from bellagio
0.9.1 as a template. To make gst-openmax cover for ffmpeg colorc
converter I copied and then modified files that refer to omx_jpegenc: I
modified gstomx.c, Makefile.am, <a href="http://gstomx.conf.in/" target="_blank">gstomx.conf.in</a>,
and offcourse added gstomx_ffmpegcsc.c and gstomx_ffmpeg.h in the
directory with gstomx_jpegenc.c. Now gst-openmax compiles without any
errors, but I can't find omx_ffmpegcsc after gst-inspect command (but
omx_jpegenc is in the plugins list).<br>
<br>Thank you!