[gst-devel] gst-ffmpeg plugin loading

Ramana Reddy Polaka Ramana_Polaka at infosys.com
Tue Apr 29 05:34:24 CEST 2008


I found in google that the problem is with SELinux blocking the ability to run shared object.

Running the following command made every thing to work

chcon -t texrel_shlib_t /usr/lib/gstreamer-0.10/*.so

you can check this site for the solution
http://www.ittvis.com/services/techtip.asp?ttid=3092

Regards,
Ramana
________________________________
From: gstreamer-devel-bounces at lists.sourceforge.net [mailto:gstreamer-devel-bounces at lists.sourceforge.net] On Behalf Of Ramana Reddy Polaka
Sent: Monday, April 28, 2008 8:06 PM
To: gstreamer-devel at lists.sourceforge.net
Subject: [gst-devel] gst-ffmpeg plugin loading

Hello,

All the plugins were loading properly. But I modified code just to print timestamp and compiled then installed. But the following problem started coming. I reverted the code to original. Still face the same problem. Did not understand :(



[root at localhost ramana]# gst-inspect | grep ffmpeg

(gst-inspect-0.10:23975): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10//libgstffmpeg.so': /usr/lib/gstreamer-0.10//libgstffmpeg.so: cannot restore segment prot after reloc: Permission denied

(gst-inspect-0.10:23975): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10//libgstpostproc.so': /usr/lib/gstreamer-0.10//libgstpostproc.so: cannot restore segment prot after reloc: Permission denied

ffmpegcolorspace:  ffmpegcolorspace: FFMPEG Colorspace converter
[root at localhost ramana]#


I installed gst-ffmpeg once again as follows. But did give above problem

export PKG_CONFIG_PATH=/usr/lib/pkgconfig/

./configure --prefix=/usr

make clean
make
make install

Regards,
Ramana
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080429/d5969eff/attachment.htm>


More information about the gstreamer-devel mailing list