GNOME Bugzilla – Bug 348576
isiximagesrc gstreamer plugin missing
Last modified: 2006-07-25 05:14:40 UTC
Please describe the problem: When I start Istanbul I get a dialog box appear with the following text:- "You do not have the isiximagesrc GStreamer plugin installed. This comes in the istanbul package, so please file a bug." So I am. Steps to reproduce: 1. Download source 2. unpack 3. ./configure 4. make 5. sudo make instakll 6. istanbul Actual results: Dialog box pops up, no console output, application stops. Expected results: Istanbul should start and show a dialog or have an icon in the tray. Does this happen every time? Yes. Other information: Output of "./configure" is at:- http://popey.com/cgi-bin/wiki.pl?IstanbulZidane/Configure Output of "make" is at:- http://popey.com/cgi-bin/wiki.pl?IstanbulZidane/Make Output of "make install" is at:- http://popey.com/cgi-bin/wiki.pl?IstanbulZidane/MakeInstall
please try this: $ GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10/ istanbul It is because you have installed istanbul with a default prefix other than /usr. However the cvs version now remembers where you installed it so it won't require you to do this anymore, just with 0.2.0 you need to do this or copy the libistximagesrc.so from /usr/local/lib/gstreamer-0.10 to /usr/lib/gstreamer-0.10
*** This bug has been marked as a duplicate of 348223 ***