Try export GST_PLUGIN_PATH=/pathtoyourplugins (this can me multiple paths like GST_PLUGIN_PATH=/path1/:/path2/<br>
<br>
And add it to your .bashrc if it works properly<br><br>
(pathtoyourplugins should be like /usr/lib/gstreamer-0.10 or something
like that ,,, might I recommend chossing another prefix ,, like
/usr/local/gstreamer would be much clearer there's so much things in
/usr you might have a hard time finding exactly what is gstreamer and
what is not...<br>
<br>
<br>
Hope it helps<br>
<br>
Antoine<br>
<br><div><span class="gmail_quote">On 12/7/05, <b class="gmail_sendername">Edgard Lima</b> <<a href="mailto:edgard.lima@indt.org.br">edgard.lima@indt.org.br</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Hi Sammer,<br><br>I think u could follow this<br><br>./autogen<br># here look at the list of plugins that will not be built<br># probabily the reason is some lib is missing<br># take a look at config.log and <a href="http://configure.ac">
configure.ac</a><br>make && sudo make install<br><br>gst-register doenst exist since 0.9<br><br>regards,<br>Edgard<br><br><br>Sameer Naik wrote:<br><br>> hi sameer here....<br>> im new to gstreamer...<br>> i got some problem that needs some urgent attention... plz try to help
<br>> it goes like this.<br>><br>> i had installed the gstreamer-0.8 rpms on my fedora core 3, i386<br>> system, and it worked well...i could rum the example in the docs and<br>> test it with some modifications too...
<br>><br>> then since gstreamer-0.10 has been released i am interested in making<br>> the switch right away. and since the rpm's aren't released at the<br>> moment i decided to compile the sources my self.<br>
><br>> so first of all i upgraded my glib libraries.. ran configure with<br>> "--prefix=/usr" option<br>> and then i installed gstreamer and the other stuff with the same<br>> "--prefix=/usr" option..
<br>> the pakages i've installed are:<br>><br>> glib-2.6.6<br>> gstreamer-0.10<br>> gst_plugins-base-0.10.0<br>> gst_plugins-good-0.10.0<br>> gst_plugins-bad-0.10.0<br>> gst_plugins-ugly-0.10.0<br>
> gst_ffmpeg-0.10.0<br>><br>> i was'nt able to install the gst_python-0.10.0 pakage though...<br>><br>> now heres the problem<br>> if i run the following command<br>> [root@nextbitcpu ~]# gst-inspect-0.10
<br>> i get the following output:<br>><br>> coreindexers: memindex: A index that stores entries in memory<br>> coreindexers: fileindex: A index that stores entries in file<br>> coreelements: capsfilter: CapsFilter
<br>> coreelements: fakesrc: Fake Source<br>> coreelements: fakesink: Fake Sink<br>> coreelements: fdsrc: Disk Source<br>> coreelements: filesrc: File Source<br>> coreelements: identity: Identity<br>> coreelements: queue: Queue
<br>> coreelements: filesink: File Sink<br>> coreelements: tee: Tee pipe fitting<br>> coreelements: typefind: TypeFind<br>> staticelements: bin: Generic bin<br>> staticelements: pipeline: Pipeline object
<br>><br>> and thats all...no ffmpeg,mad and so on<br>><br>> even if i try<br>> # gst-inspect-0.10 osssink<br>> i get the error msg<br>> "No such element or plugin 'osssink'"<br>><br>> and this is the same for most of the plug-ins that i used in
<br>> gstreamer-0.8<br>><br>> i used the following commands to compile all the above mentioned sources<br>> ./configure --prefix=/usr<br>> make<br>> make install<br>> gst-register (for gstreamer-0.10)
<br>><br>> i cant figure out whats happening...<br>><br>> i need help deperately, im sure u guys will help me out on this one<br>> thanks in advance<br>> waiting for ur replies...<br>><br>> Warm Regards
<br>> Sameer<br>><br>><br>> -------------------------------------------------------<br>> This SF.net email is sponsored by: Splunk Inc. Do you grep through log<br>> files<br>> for problems? Stop! Download the new AJAX search engine that makes
<br>> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!<br>> <a href="http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click">http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
</a><br>> _______________________________________________<br>> gstreamer-devel mailing list<br>> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br><br><br><br><br>-------------------------------------------------------<br>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files<br>
for problems? Stop! Download the new AJAX search engine that makes<br>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!<br><a href="http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click">
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click</a><br>_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net
</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></blockquote></div><br>