gstreamer-bad-plugin: removesilence runtime link error
Mailing List SVR
lists at svrinformatica.it
Wed Mar 23 13:20:06 UTC 2016
Il 23/03/2016 11:54, Sagar ha scritto:
> 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
-40db should be 0x00068DB9 (untested)
let me know if it works as expected,
Nicola
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list