After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348576 - isiximagesrc gstreamer plugin missing
isiximagesrc gstreamer plugin missing
Status: RESOLVED DUPLICATE of bug 348223
Product: istanbul
Classification: Other
Component: general
0.2.0
Other All
: Normal blocker
: ---
Assigned To: Istanbul maintainers
Istanbul QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-24 21:41 UTC by Alan Pope
Modified: 2006-07-25 05:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alan Pope 2006-07-24 21:41:53 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
Comment 1 Zaheer Abbas Merali 2006-07-25 05:14:04 UTC
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
Comment 2 Zaheer Abbas Merali 2006-07-25 05:14:40 UTC

*** This bug has been marked as a duplicate of 348223 ***