<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Just wanted to point out that the docs are really scarce on beginner specific information. (please don't refer me to the 2 official manuals). Btw, every mature technology acknowledges itself by providing at least one printed book on the subject. While there are dozens of books about DirectShow NOTHING is available yet for gstreamer. Could we (hello worlds out there on gstreamer) hope to see a Gstreamer book any time soon? If not a "for Dummies" kind of book, at least a GStreamer Internals explained.<br>Thanks,<br>Ionut<br><br>--- On <b>Tue, 2/3/09, Daniel James Laird <i>&lt;daniel.j.laird@nxp.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Daniel James Laird &lt;daniel.j.laird@nxp.com&gt;<br>Subject: Re: [gst-devel] My First Plugin - Help please<br>To: "Discussion of the
 development of GStreamer" &lt;gstreamer-devel@lists.sourceforge.net&gt;<br>Date: Tuesday, February 3, 2009, 12:05 PM<br><br><pre>Cool,<br>That solved that issue.  The problem now is that it does not show up as a<br>plugin at all.<br>using gst-inspect to list plugins.<br><br>I cannot work out when I should use BOILERPLATE_FULL and when I should use<br>GST_PLUGIN_DEFINE and gst_element_register as I cannot get a<br>GST_BOILERPLATE_FULL and GstVideoSink to register.  <br>Am I missing something really obvious? The manual is a bit vague at this point<br>and any help would be appreciated.  <br><br>Daniel Laird<br><br>-----Original Message-----<br>From: Tim-Philipp Müller [mailto:t.i.m@zen.co.uk] <br>Sent: 2009 Feb 03 11:01<br>To: gstreamer-devel@lists.sourceforge.net<br>Subject: Re: [gst-devel] My First Plugin - Help please<br><br>On Tue, 2009-02-03 at 11:06 +0100, Daniel James Laird wrote:<br><br>Hi,<br><br>&gt; I then run gst-inspect and I keep getting the
 same error:<br>&gt; <br>&gt; (gst-inspect-0.10:535): GStreamer-WARNING **: Failed to load plugin<br>&gt; '/usr/lib/gstreamer-0.10/libgstMyFramedVideo..so':<br>/usr/lib/gstreamer-0.10/libgstMyFramedVideo.so: undefined symbol:<br>gst_base_sink_get_type<br><br>You need to link to libgstbase-0.10.so in addition to<br>libgstreamer-0.10.so. Add gstreamer-base-0.10 to your pkg-config module<br>list (or the PKG_CHECK_MODULES in configure.ac).<br><br>You can also check with ldd -r /path/to/your/libgstMyFramedVideo.so.<br><br>Cheers<br> -Tim<br><br><br><br><br>------------------------------------------------------------------------------<br>Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)<br>software. With Adobe AIR, Ajax developers can use existing skills and code to<br>build responsive, highly engaging applications that combine the power of local<br>resources and data with the reach of the web. Download the Adobe AIR SDK and<br>Ajax
 docs to start building applications today-http://p.sf.net/sfu/adobe-com<br>_______________________________________________<br>gstreamer-devel mailing list<br>gstreamer-devel@lists.sourceforge.net<br>https://lists.sourceforge..net/lists/listinfo/gstreamer-devel<br><br>------------------------------------------------------------------------------<br>Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)<br>software. With Adobe AIR, Ajax developers can use existing skills and code to<br>build responsive, highly engaging applications that combine the power of local<br>resources and data with the reach of the web. Download the Adobe AIR SDK and<br>Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com<br>_______________________________________________<br>gstreamer-devel mailing
 list<br>gstreamer-devel@lists.sourceforge.net<br>https://lists.sourceforge..net/lists/listinfo/gstreamer-devel<br></pre></blockquote></td></tr></table><br>