gstreamer-bad-plugin: removesilence runtime link error
Sagar
pilkhwal.sagar at gmail.com
Wed Mar 23 10:54:11 UTC 2016
I don't know what solved the issue but I did two changes
1. added *GST_BASE_LIBS = -lgstbase-1.5 *
2. installed *gstreamer1.5-tools*
now its working fine.
ldd libgstremovesilence.so
linux-vdso.so.1 => (0x00007fff7cff8000)
libgstbase-1.5.so.0 => /usr/lib/x86_64-linux-gnu/libgstbase-1.5.so.0
(0x00007f7b776d1000)
libgstreamer-1.5.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-1.5.so.0
(0x00007f7b773ad000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(0x00007f7b77159000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0
(0x00007f7b76e4a000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f7b76c2c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7b76866000)
libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
(0x00007f7b76662000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7b7635c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f7b76153000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7b75f4f000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f7b75d47000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f7b75b08000)
/lib64/ld-linux-x86-64.so.2 (0x00007f7b77b57000)
@Nicola : I have a question related to /vad-private.c/
#define VAD_POWER_THRESHOLD 0x000010C7 /* -60 dB (square wave) */
I want to change -60 to -40 but I 0x000010C7 is not an hex value, can you
please tell what type of value it is? what will be the equivalent value of
-40db ?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-bad-plugin-removesilence-runtime-link-error-tp4676504p4676511.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list