[gst-devel] gst_audio_clock_new and libgstaudio.so

Michael Smith msmith at xiph.org
Thu Aug 27 19:18:52 CEST 2009


On Thu, Aug 27, 2009 at 4:10 AM, Sitanshu Nanavati<sitanshu at gmail.com> wrote:
> Hello,
>
> When I try to inspect my plugin, an error is flagged:
> "GStreamer-WARNING **: Failed to load plugin
> '/usr/lib/gstreamer-0.10/libgstmytest.so':
> /usr/lib/gstreamer-0.10/libgstmytest.so: undefined symbol:
> gst_audio_clock_new.
>
> I googled a bit and found that the required lib is libgstaudio.so and few
> other answers.  But not like one-stop-shop.
> Can someone pl let me know what exactly I need to do? and point me to?

That looks pretty obvious - your plugin uses gst_audio_clock_new(), so
you need to link to libgstaudio. So, just link to libgstaudio.

Mike




More information about the gstreamer-devel mailing list