[gst-devel] gstreamer-0.10 for win32(binary)
NeBlackCat (lists)
lists at asd-group.com
Sun May 20 11:47:47 CEST 2007
Oops, I forgot to mention (though you probably already know this) that
for Python development you also need to install:
PyGtk 2.10.4.1:
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.10/pygtk-2.10.4-1.win32-py2.4.exe
PyObject 2.12.3.1:
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.12/pygobject-2.12.3-1.win32-py2.4.exe
PyCairo 1.2.6.1:
http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.2/pycairo-1.2.6-1.win32-py2.4.exe
- John
----------------
Hi,
You need to update your GTK runtimes to the latest version. I had
exactly the same problem, and upgrading to 2.10.11
(http://optusnet.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.10.11-win32-1.exe)
did the trick.
You should also get all the latest stuff from
http://gstreamer.freedesktop.org/data/pkg/windows/cvs/ (Sebastien
Moutte's latest Win32 builds of stuff recently from CVS) as it's much
less problematic than what is on the site you mentioned.
Also see the following snippet from recent messages on the subject of
building for Win32, in case you didnt catch it the first time round
(Sebastien is looking at the "line 412 assertion" error message that is
mentioned).
Good luck
- John
/Just to point out for other newbies that all you need to install for
building (other than your stuff ) now are the dev packs for:
glib -
http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.12/glib-dev-2.12.11.zip
iconv - http://www.zlatkovic.com/pub/libxml/iconv-1.9.2.win32.zip
libxml - http://www.zlatkovic.com/pub/libxml/libxml2-2.6.27.win32.zip
And in a project's include paths:
<install dir>\Common\GStreamer\0.10.dev\include\
<install dir>\Common\GStreamer\0.10.dev\include\glib-2.0\
<install dir>\Common\GStreamer\0.10.dev\lib\glib-2.0\include\
And lib paths:
<install dir>\Common\GStreamer\0.10.dev\lib\
And libs:
libgstreamer-0.10.lib
glib-2.0.lib
libxml2.lib
iconv.lib
gobject-2.0.lib
Assuming GTK+ runtime environment is already installed, of course.
With these I can build the official "hello world" command line app for
playing ogg vorbis files (paste code from Gstreamer API manual at ) and
it runs without crashing, as does everything else.
However it still doesn't run properly - it prints the following and exits:
"** (gst1.exe:3680): CRITICAL **: file
E:\devel-cvs\src\gstreamer\gst\gstinfo.c: line 413: assertion `category
!= NULL' failed
One element could not be created"
/
Omair Abdullah wrote:
> Hi,
>
> I downloaded the GStreamer win32 binaries(setup-installers) from
> http://perso.orange.es/moutte983/gstreamer/
> and installed them. I also installed gst-python from the same page.
> But when I try to 'import gst' from the python prompt I get the
> following error...('import pygst' seems to be working fine)
>
> python.exe - Entry Point Not Found
> The procedure entry point gst_segtrap_is_enabled could not be located
> in the dynamic link library libgstreamer-0.10.dll.
>
> I am using Python 2.5. Can this be the cause of the error(The setup
> installer requires 2.4 so i installed using the zip file).
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070520/248428a8/attachment.htm>
More information about the gstreamer-devel
mailing list