On Thu, May 14, 2009 at 2:54 PM, ssn <snara_2003 at yahoo.com> wrote: > > Hi, > > I have a custom Gst plugin module that I want to use gst-launch to test > with. This library depends on other shared libraries. Normally, I would not > worry about the dependent libraries since my application build rules will > take care of these. However, if I do not link my custom Gst shared library > with all the other dependent libs, gst-launch complains that it is not able > to find those symbols. > > Has anyone encountered such issues. if so, please let me know how to resolve > this. I currently link the Gst plugin lib with all the other dependent libs. > I am not sure if this is correct. That is the correct thing to do. Mike