What's the version of libavcodec (ffmpeg) gstreamer 1.4.5 is using
Sebastian Dröge
sebastian at centricular.com
Wed Apr 15 15:06:54 PDT 2015
On Mi, 2015-04-15 at 14:51 -0700, Jing huang wrote:
> Sebastian, thanks for the timely reply!
>
> The issue I am facing is not really a gstreamer issue, but I like to post
> it here to see if anyone can give some guidance, thanks in advance!
>
> I am trying to integrated on of my gstreamer project with another open
> source library, the other library also has a libavcode.a packaged inside
> it's sdk and distributed with cocoapods.
>
> My original project with gstreamer works fine, once I added other sdk
> through pods, gstreamer crashes at plugin_init, I went all the way to debug
> it , the crash only seems possible if the symbol file is messed up.
>
> It's pretty obviously to me, the issue is because of the libavcodec.a
> conflict, though I am not quite sure how to solve it yet.
Ideally you would make sure that both only use a single (and the same)
libavcodec.a, which is going to require to recompile one of them against
the libavcodec version of the other.
> here is the traceback:
> [...]
This sounds like: https://bugzilla.gnome.org/show_bug.cgi?id=738060
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150416/79134fdb/attachment.sig>
More information about the gstreamer-devel
mailing list