gst-ffmpeg plugin loading

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-ffmpeg plugin loading

Ramana_polaka

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 L

 

 

 

[root@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@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***

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-ffmpeg plugin loading

Ramana_polaka

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: [hidden email] [mailto:[hidden email]] On Behalf Of Ramana Reddy Polaka
Sent: Monday, April 28, 2008 8:06 PM
To: [hidden email]
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 L

 

 

 

[root@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@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***

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel