[Bug 662178] Plugin not working if compiled with --ffmpeg-extra-configure=_some external codec like libvorbis_

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 19 07:24:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662178
  GStreamer | gst-ffmpeg | 0.10.x

--- Comment #1 from pejakm at gmail.com 2011-10-19 14:24:02 UTC ---
Libtheora example:

Built 0.10.12 with: './configure --prefix=/usr --sysconfdir=/etc
--localstatedir=/var --with-ffmpeg-extra-configure="--enable-runtime-cpudetect
--enable-libtheora"'.

Configure script shows: "libtheora enabled         yes".

gst-inspect:

$ gst-inspect-0.10 | grep ffmpeg

(gst-plugin-scanner:14809): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstffmpeg.so':
/usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: th_encode_packetout

(gst-plugin-scanner:14810): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstffmpeg.so':
/usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: th_encode_packetout
postproc:  postproc_ffmpegdeint: LibPostProc ffmpegdeint filter
ffmpegcolorspace:  ffmpegcolorspace: FFMPEG Colorspace converter

So, the problem is, I guess, that during compile time gst-ffmpeg doesn't "pick
up" libtheora libraries and includes. Is there a way I can do this manually?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list