load third party shared library from gstreamer plugin using autotools

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

load third party shared library from gstreamer plugin using autotools

anil0407
Hi,
Using gst-template i created myfilter plug-in which is working fine.
Next, using myfilter plugin(in _chain) i have to call a function which is a
third party shared library

Please help me the changes required in  makefile.am configure.ac etc(gnu
autotools) in linux.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: load third party shared library from gstreamer plugin using autotools

Nicolas Dufresne-5


Le sam. 9 janv. 2021 09 h 15, anil0407 <[hidden email]> a écrit :
Hi,
Using gst-template i created myfilter plug-in which is working fine.
Next, using myfilter plugin(in _chain) i have to call a function which is a
third party shared library


Please help me the changes required in  makefile.am configure.ac etc(gnu
autotools) in linux.

The GStreamer project as moved to Meson build system, which is more intuitive in this regard, that would be my recommendation. Otherwise, download any 1.16 or older release of GStreamer plugins and check makefiles In ext/ directory.




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel