Hello All,
When I execute my gst-lauch in my Linux ARM based target , I am getting this error. ERROR: pipeline could not be constructed: This application is trying to use Gstreamer functionality that has been disabled. I checked for this error code & it corresponds to "GST_CORE_ERROR_DISABLED: used if functionality has been disabled at compile time (Since: 0.10.13) " Any idea what could be the problem ? Note: gst-launch was missing in my target , so I copied it from some other target. -- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Fri, Jun 10, 2011 at 06:05:01PM +0530, satish pattar wrote:
> When I execute my gst-lauch in my Linux ARM based target , I am getting > this error. > > *ERROR: pipeline could not be constructed: This application is trying to use > Gstreamer functionality that has been disabled.* > > I checked for this error code & it corresponds to "GST_CORE_ERROR_DISABLED: > used if functionality has been disabled > at compile time (Since: 0.10.13) " The parser was disabled when GStreamer was compiled. David _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello David,
Could you please explain in more detail. ? Which parser do you suspect you think disabled. How to enable the parser when compiling gstreamer. ? I am not compiling gstreamer from source , I have it in my target already compiled. Thanks , Satish P On Sun, Jun 12, 2011 at 11:36 PM, David Schleef <[hidden email]> wrote:
-- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mon, 2011-06-13 at 16:50 +0530, satish pattar wrote:
> Could you please explain in more detail. ? Which parser do you suspect > you think disabled. > > How to enable the parser when compiling gstreamer. ? I am not > compiling gstreamer from source , I have it in my target already > compiled. libgstreamer was compiled with --disable-parse, which disables gst_parse_launch() functionality. Rebuild your GStreamer core with --enable-parse to enable that functionality. Cheers -Tim > > Thanks , > Satish P > > On Sun, Jun 12, 2011 at 11:36 PM, David Schleef <[hidden email]> > wrote: > On Fri, Jun 10, 2011 at 06:05:01PM +0530, satish pattar wrote: > > When I execute my gst-lauch in my Linux ARM based target , > I am getting > > this error. > > > > *ERROR: pipeline could not be constructed: This application > is trying to use > > Gstreamer functionality that has been disabled.* > > > > I checked for this error code & it corresponds to > "GST_CORE_ERROR_DISABLED: > > used if functionality has been disabled > > at compile time (Since: 0.10.13) " > > > The parser was disabled when GStreamer was compiled. > > > > David > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > > > > -- > Thanks & Regards, > > Satish Pattar > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks all . The problem is solved
On 6/13/11, Tim-Philipp Müller <[hidden email]> wrote: > On Mon, 2011-06-13 at 16:50 +0530, satish pattar wrote: > >> Could you please explain in more detail. ? Which parser do you suspect >> you think disabled. >> >> How to enable the parser when compiling gstreamer. ? I am not >> compiling gstreamer from source , I have it in my target already >> compiled. > > libgstreamer was compiled with --disable-parse, which disables > gst_parse_launch() functionality. Rebuild your GStreamer core with > --enable-parse to enable that functionality. > > Cheers > -Tim > >> >> Thanks , >> Satish P >> >> On Sun, Jun 12, 2011 at 11:36 PM, David Schleef <[hidden email]> >> wrote: >> On Fri, Jun 10, 2011 at 06:05:01PM +0530, satish pattar wrote: >> > When I execute my gst-lauch in my Linux ARM based target , >> I am getting >> > this error. >> > >> > *ERROR: pipeline could not be constructed: This application >> is trying to use >> > Gstreamer functionality that has been disabled.* >> > >> > I checked for this error code & it corresponds to >> "GST_CORE_ERROR_DISABLED: >> > used if functionality has been disabled >> > at compile time (Since: 0.10.13) " >> >> >> The parser was disabled when GStreamer was compiled. >> >> >> >> David >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> >> >> >> -- >> Thanks & Regards, >> >> Satish Pattar >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > -- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |