Hi!
I'me not sure where to post my question, hope i'me in the right place! so my problem is that my gst-inspect indicate that gl plugin is blacklisted, I'me quite disappointed and can't understand why /usr/local/lib/gstreamer-0.10/libgstopengl.so can' t be found since libgstopengl.so do exists at this place (I checked it). what should I do? thanks for your answer! Henriette i'me working on a Linux: Debian 32 bits Release: 2.6.26-2-686 i686 gstreamer-0.10.31 gst-plugins-base-0.10.31 gst-plugins-good-0.10.26 ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Did you do " export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10" ?
On Tue, Jan 4, 2011 at 1:47 PM, henriette de poulpiquet <[hidden email]> wrote: Hi! -- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
yes I did...
On 1/4/11, sudarshan bisht <[hidden email]> wrote: > Did you do " export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10" ? > > On Tue, Jan 4, 2011 at 1:47 PM, henriette de poulpiquet < > [hidden email]> wrote: > >> Hi! >> >> I'me not sure where to post my question, hope i'me in the right place! >> >> so my problem is that my gst-inspect indicate that gl plugin is >> blacklisted, I'me quite disappointed and can't understand why >> /usr/local/lib/gstreamer-0.10/libgstopengl.so can' t be found since >> libgstopengl.so do exists at this place (I checked it). >> >> what should I do? >> >> thanks for your answer! >> >> >> Henriette >> >> i'me working on a >> Linux: Debian 32 bits >> Release: 2.6.26-2-686 >> i686 >> gstreamer-0.10.31 >> gst-plugins-base-0.10.31 >> gst-plugins-good-0.10.26 >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > > -- > Regards, > > Sudarshan Bisht > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
maybe my Glib version is important?
Glib 2.26.1 .. no one ever had this problem? anyway, thanks Sudarshan for your help! Henriette On 1/4/11, henriette de poulpiquet <[hidden email]> wrote: > yes I did... > > > On 1/4/11, sudarshan bisht <[hidden email]> wrote: >> Did you do " export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10" ? >> >> On Tue, Jan 4, 2011 at 1:47 PM, henriette de poulpiquet < >> [hidden email]> wrote: >> >>> Hi! >>> >>> I'me not sure where to post my question, hope i'me in the right place! >>> >>> so my problem is that my gst-inspect indicate that gl plugin is >>> blacklisted, I'me quite disappointed and can't understand why >>> /usr/local/lib/gstreamer-0.10/libgstopengl.so can' t be found since >>> libgstopengl.so do exists at this place (I checked it). >>> >>> what should I do? >>> >>> thanks for your answer! >>> >>> >>> Henriette >>> >>> i'me working on a >>> Linux: Debian 32 bits >>> Release: 2.6.26-2-686 >>> i686 >>> gstreamer-0.10.31 >>> gst-plugins-base-0.10.31 >>> gst-plugins-good-0.10.26 >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >>> >> >> >> >> -- >> Regards, >> >> Sudarshan Bisht >> > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
No idea about Glib. But just a guess again, check LD_LIBRARY_PATH and other environment variables. Since your Gstreamer installation is there in /usr/local/lib not in /usr/lib.
On Tue, Jan 4, 2011 at 10:38 PM, henriette de poulpiquet <[hidden email]> wrote: maybe my Glib version is important? -- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi!
thanks Sudarshen, I think my env variables are ok.. other plugins installed in the same way was installed without any problems.. can anyone explain me what does the plugins blacklist mean? thanks! Henriette On 1/4/11, sudarshan bisht <[hidden email]> wrote: > No idea about Glib. But just a guess again, check LD_LIBRARY_PATH and other > environment variables. Since your Gstreamer installation is there in > /usr/local/lib not in /usr/lib. > > > On Tue, Jan 4, 2011 at 10:38 PM, henriette de poulpiquet < > [hidden email]> wrote: > >> maybe my Glib version is important? >> Glib 2.26.1 >> >> .. no one ever had this problem? >> >> anyway, thanks Sudarshan for your help! >> >> Henriette >> >> On 1/4/11, henriette de poulpiquet <[hidden email]> >> wrote: >> > yes I did... >> > >> > >> > On 1/4/11, sudarshan bisht <[hidden email]> wrote: >> >> Did you do " export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10" >> ? >> >> >> >> On Tue, Jan 4, 2011 at 1:47 PM, henriette de poulpiquet < >> >> [hidden email]> wrote: >> >> >> >>> Hi! >> >>> >> >>> I'me not sure where to post my question, hope i'me in the right place! >> >>> >> >>> so my problem is that my gst-inspect indicate that gl plugin is >> >>> blacklisted, I'me quite disappointed and can't understand why >> >>> /usr/local/lib/gstreamer-0.10/libgstopengl.so can' t be found since >> >>> libgstopengl.so do exists at this place (I checked it). >> >>> >> >>> what should I do? >> >>> >> >>> thanks for your answer! >> >>> >> >>> >> >>> Henriette >> >>> >> >>> i'me working on a >> >>> Linux: Debian 32 bits >> >>> Release: 2.6.26-2-686 >> >>> i686 >> >>> gstreamer-0.10.31 >> >>> gst-plugins-base-0.10.31 >> >>> gst-plugins-good-0.10.26 >> >>> >> >>> >> >>> >> ------------------------------------------------------------------------------ >> >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >> >>> customers >> >>> to consolidate database storage, standardize their database >> environment, >> >>> and, >> >>> should the need arise, upgrade to a full multi-node Oracle RAC >> >>> database >> >>> without downtime or disruption >> >>> http://p.sf.net/sfu/oracle-sfdevnl >> >>> _______________________________________________ >> >>> gstreamer-devel mailing list >> >>> [hidden email] >> >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >>> >> >> >> >> >> >> >> >> -- >> >> Regards, >> >> >> >> Sudarshan Bisht >> >> >> > >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > > -- > Regards, > > Sudarshan Bisht > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi!
I finally make it all works ! :D in fact I tried so many times to install gstreamer and somes plugins that I left some "*.so" etc every where and didn't see it.. so I resolve my problem by uninstalling every gst-thing and reinstalling them all :) thanks for your support!!! have a nice day ! regards Henriette On 1/5/11, henriette de poulpiquet <[hidden email]> wrote: > Hi! > > thanks Sudarshen, > > I think my env variables are ok.. > other plugins installed in the same way was installed without any > problems.. > can anyone explain me what does the plugins blacklist mean? > > thanks! > > Henriette > > On 1/4/11, sudarshan bisht <[hidden email]> wrote: >> No idea about Glib. But just a guess again, check LD_LIBRARY_PATH and >> other >> environment variables. Since your Gstreamer installation is there in >> /usr/local/lib not in /usr/lib. >> >> >> On Tue, Jan 4, 2011 at 10:38 PM, henriette de poulpiquet < >> [hidden email]> wrote: >> >>> maybe my Glib version is important? >>> Glib 2.26.1 >>> >>> .. no one ever had this problem? >>> >>> anyway, thanks Sudarshan for your help! >>> >>> Henriette >>> >>> On 1/4/11, henriette de poulpiquet <[hidden email]> >>> wrote: >>> > yes I did... >>> > >>> > >>> > On 1/4/11, sudarshan bisht <[hidden email]> wrote: >>> >> Did you do " export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10" >>> ? >>> >> >>> >> On Tue, Jan 4, 2011 at 1:47 PM, henriette de poulpiquet < >>> >> [hidden email]> wrote: >>> >> >>> >>> Hi! >>> >>> >>> >>> I'me not sure where to post my question, hope i'me in the right >>> >>> place! >>> >>> >>> >>> so my problem is that my gst-inspect indicate that gl plugin is >>> >>> blacklisted, I'me quite disappointed and can't understand why >>> >>> /usr/local/lib/gstreamer-0.10/libgstopengl.so can' t be found since >>> >>> libgstopengl.so do exists at this place (I checked it). >>> >>> >>> >>> what should I do? >>> >>> >>> >>> thanks for your answer! >>> >>> >>> >>> >>> >>> Henriette >>> >>> >>> >>> i'me working on a >>> >>> Linux: Debian 32 bits >>> >>> Release: 2.6.26-2-686 >>> >>> i686 >>> >>> gstreamer-0.10.31 >>> >>> gst-plugins-base-0.10.31 >>> >>> gst-plugins-good-0.10.26 >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> >>> customers >>> >>> to consolidate database storage, standardize their database >>> environment, >>> >>> and, >>> >>> should the need arise, upgrade to a full multi-node Oracle RAC >>> >>> database >>> >>> without downtime or disruption >>> >>> http://p.sf.net/sfu/oracle-sfdevnl >>> >>> _______________________________________________ >>> >>> gstreamer-devel mailing list >>> >>> [hidden email] >>> >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >>> >>> >>> >> >>> >> >>> >> >>> >> -- >>> >> Regards, >>> >> >>> >> Sudarshan Bisht >>> >> >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >>> >> >> >> >> -- >> Regards, >> >> Sudarshan Bisht >> > ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |