Hi all:
I build gstreamer on cygwin . I get a lot of dll file from gstreamer. My program have call gstreamer function and compile success by gcc 4.3.4 on cygwin . When execute the play.exe file.
Gstreamer print some WARNING at run time. The messgae: GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstcoreelements.dll': No such file or directory
GStreamer-CRITICAL **: gst_bin_add: assertion `GST_IS_ELEMENT (element)' failed GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (dest)' failed
GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion `GST_IS_ELEMENT (src)' failed In "/usr/local/lib/gstreamer-0.10/" I can found libgstcoreelements.dll .
I don't know the problem. thank allen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I once tried to make a Cygwin build but I did not succeed :)
You may be interested in the GStreamer Winbuilds. These builds are based on MinGW/MSYS. Link: http://code.google.com/p/ossbuild/ http://www.gstreamer-winbuild.ylatuya.es/doku.php Hoping to help, Francis 2010/4/2 Yi Chune Li <[hidden email]>: > Hi all: > I build gstreamer on cygwin . > I get a lot of dll file from gstreamer. > My program have call gstreamer function and compile success by gcc 4.3.4 on > cygwin . > When execute the play.exe file. > Gstreamer print some WARNING at run time. > The messgae: > GStreamer-WARNING **: Failed to load plugin > '/usr/local/lib/gstreamer-0.10/libgstcoreelements.dll': No such file or > directory > GStreamer-CRITICAL **: gst_bin_add: assertion `GST_IS_ELEMENT (element)' > failed > GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion > `GST_IS_ELEMENT (dest)' failed > GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion > `GST_IS_ELEMENT (src)' failed > In "/usr/local/lib/gstreamer-0.10/" I can found libgstcoreelements.dll . > I don't know the problem. > > > > > > thank > allen > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
It was easy enough to download and install, but how do you actually do anything with it?
When I ran gst-inspect-0.10.exe I got a really long sequence of error dialog popups about procedure entry points not located in DLL WS2_32.dll Looks like a total waste of time. --wally. ________________________________________ From: Francis Rammeloo [[hidden email]] Sent: Friday, April 02, 2010 8:37 AM To: Discussion of the development of GStreamer Subject: Re: [gst-devel] Can I build gstreamer on cygwin ? I once tried to make a Cygwin build but I did not succeed :) You may be interested in the GStreamer Winbuilds. These builds are based on MinGW/MSYS. Link: http://code.google.com/p/ossbuild/ http://www.gstreamer-winbuild.ylatuya.es/doku.php Hoping to help, Francis 2010/4/2 Yi Chune Li <[hidden email]>: > Hi all: > I build gstreamer on cygwin . > I get a lot of dll file from gstreamer. > My program have call gstreamer function and compile success by gcc 4.3.4 on > cygwin . > When execute the play.exe file. > Gstreamer print some WARNING at run time. > The messgae: > GStreamer-WARNING **: Failed to load plugin > '/usr/local/lib/gstreamer-0.10/libgstcoreelements.dll': No such file or > directory > GStreamer-CRITICAL **: gst_bin_add: assertion `GST_IS_ELEMENT (element)' > failed > GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion > `GST_IS_ELEMENT (dest)' failed > GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion > `GST_IS_ELEMENT (src)' failed > In "/usr/local/lib/gstreamer-0.10/" I can found libgstcoreelements.dll . > I don't know the problem. > > > > > > thank > allen > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |