Commit graph

28 commits

Author SHA1 Message Date
Thomas Vander Stichele d9847e6d0e add more symbols
Original commit message from CVS:
add more symbols
2005-11-02 09:31:02 +00:00
Thomas Vander Stichele 404ed6ebea add more symbols
Original commit message from CVS:
add more symbols
2005-11-02 09:27:33 +00:00
Thomas Vander Stichele 11ba80f46e update generated config
Original commit message from CVS:
update generated config
2005-11-02 09:24:58 +00:00
Thomas Vander Stichele 80b050c17c provide a GST_FUNCTION that just gives a string for now
Original commit message from CVS:
provide a GST_FUNCTION that just gives a string for now
2005-11-02 09:24:03 +00:00
Thomas Vander Stichele e81cae968a update win32 copies
Original commit message from CVS:
update win32 copies
2005-11-02 08:56:00 +00:00
Thomas Vander Stichele d5dea91948 updated config
Original commit message from CVS:
updated config
2005-10-28 17:34:32 +00:00
Thomas Vander Stichele 93ab147ddc time to release
Original commit message from CVS:
time to release
2005-10-23 22:30:17 +00:00
Thomas Vander Stichele 8543a54a49 add gst_version_string ()
Original commit message from CVS:
add gst_version_string ()
2005-10-16 14:32:57 +00:00
Thomas Vander Stichele 1233601cb4 comment; update win32 config.h
Original commit message from CVS:
comment; update win32 config.h
2005-10-16 13:55:41 +00:00
Thomas Vander Stichele 8ceb90def1 configure.ac: clean up further
Original commit message from CVS:

* configure.ac:
clean up further
* gst/gst.c: (init_post):
* win32/common/config.h.in:
it's PLUGINDIR now
* gst/gstcaps.c: (gst_caps_intersect):
use gint64, the range could be bigger than a guint
2005-10-16 12:28:20 +00:00
Thomas Vander Stichele 593932d3ed check for process.h, declares getpid() on Windows
Original commit message from CVS:

* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
check for process.h, declares getpid() on Windows
* gst/gstinfo.c:
include process.h if we have it
* gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
* gst/gstmemchunk.h:
fix signedness issues
* win32/common/libgstreamer.def:
fix get_type's
2005-10-16 10:38:02 +00:00
Thomas Vander Stichele 81c5d7d703 fix GST_VERSION
Original commit message from CVS:
fix GST_VERSION
2005-10-16 10:18:36 +00:00
Thomas Vander Stichele 7e5c345b2d fix inline
Original commit message from CVS:
fix inline
2005-10-16 10:15:24 +00:00
Thomas Vander Stichele e4158eafad define PACKAGE
Original commit message from CVS:
define PACKAGE
2005-10-16 10:12:34 +00:00
Thomas Vander Stichele 22831809ba update available headers
Original commit message from CVS:
update available headers
2005-10-16 10:10:25 +00:00
Thomas Vander Stichele 26888eba87 update
Original commit message from CVS:
update
2005-10-16 09:55:24 +00:00
Thomas Vander Stichele 53e1e79caf typo
Original commit message from CVS:
typo
2005-10-16 09:54:22 +00:00
Thomas Vander Stichele 8a0106502f updates for 2in32
Original commit message from CVS:
updates for 2in32
2005-10-16 09:51:25 +00:00
Thomas Vander Stichele 0ecb219505 configure.ac: use the gettext macro
Original commit message from CVS:
2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>

* configure.ac:
use the gettext macro
* gst/elements/gstelements.c:
* gst/gst.c:
* gst/indexers/gstindexers.c:
update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
* win32/common/config.h:
updated config.h
* win32/common/config.h.in:
add the template to generate config.h
* win32/common/gstenumtypes.c:
* win32/common/gstversion.h:
updated copies
2005-10-16 09:20:52 +00:00
Thomas Vander Stichele 727717604e update defs
Original commit message from CVS:
update defs
2005-10-15 20:00:30 +00:00
Thomas Vander Stichele c7cd257b37 update defs file
Original commit message from CVS:
update defs file
2005-10-15 16:39:57 +00:00
Thomas Vander Stichele ef5c33039a update defs
Original commit message from CVS:
update defs
2005-10-15 16:37:22 +00:00
Thomas Vander Stichele 5cb910050a whitespace fixes
Original commit message from CVS:
whitespace fixes
2005-10-15 15:53:59 +00:00
Thomas Vander Stichele a67c739837 add an export
Original commit message from CVS:
add an export
2005-10-13 17:24:53 +00:00
Thomas Vander Stichele feeb5f939e gst/gstbus.c: use HAVE_UNISTD_H
Original commit message from CVS:

* gst/gstbus.c:
use HAVE_UNISTD_H
* win32/common/config.h:
update config
* win32/vs6/grammar.dsp:
* win32/vs6/libgstelements.dsp:
* win32/vs6/libgstreamer.dsp:
update vs6 files
2005-10-12 22:34:47 +00:00
Thomas Vander Stichele d2f9b5f2c4 had a few too many 0D bytes
Original commit message from CVS:
had a few too many 0D bytes
2005-10-12 22:00:54 +00:00
Thomas Vander Stichele 8817d3e16a Makefile.am: add win32-update target
Original commit message from CVS:

* Makefile.am:
add win32-update target
* win32/common/gstconfig.h:
* win32/common/gstenumtypes.c:
* win32/common/gstenumtypes.h:
* win32/common/gstversion.h:
add files that visual studio can't generate
2005-10-12 20:23:42 +00:00
Thomas Vander Stichele da39e2c7c9 win32/: Visual Studio 6 project files, and a new common directory.
Original commit message from CVS:
2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>

* win32/common/config.h:
* win32/common/dirent.c: (_topendir), (_treaddir), (_tclosedir),
(_trewinddir), (_ttelldir), (_tseekdir):
* win32/common/dirent.h:
* win32/common/gtchar.h:
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
* win32/vs6/grammar.dsp:
* win32/vs6/gst_inspect.dsp:
* win32/vs6/gst_launch.dsp:
* win32/vs6/gstreamer.dsw:
* win32/vs6/libgstbase.dsp:
* win32/vs6/libgstelements.dsp:
* win32/vs6/libgstreamer.dsp:
Visual Studio 6 project files, and a new common directory.
Phear.
2005-10-11 18:03:13 +00:00