<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>Update on my tribulations getting started with GStreamer<br><br>I can now generate multiple plugins from gstplugin. The problem<br>was that I didn't know enough about automake. You need to be<br>very careful in modifying Makefile.am. Some extra examples would<br>have been very helpful. To that end I have attached the Makefile.am<br>that I use to compile two plugins sample and classify. <br>My initial procedure was :-<br>git<br>cd gst-template/gst-plugin/src<br>../tools/make_element classify<br>../tools/make_element sample<br>gedit Makefile.am<br>cd ..<br>./autogen.sh<br>make<br><br><br>I have been unable to generate any plugins from the gsttransform template.<br>If I do <br>../tools/make_element classify gsttransform<br><br>then make produces lots of errors<br>If I change the
#include "gsttransform.h" in gstclassify.c to<br>#include "gstclassify.h" the make compiles ok but when I try to use<br>the plugin, it fails saying "gst_object_sync_values is undefined".<br>Any ideas what I'm doing wrong?<br><br>JC<br><br><br></div></div><br>
</body></html>