Thomas Vander Stichele
9eea358a9e
GStreamer consultants will make a lot of money in 2038
...
Original commit message from CVS:
GStreamer consultants will make a lot of money in 2038
2005-10-16 11:48:09 +00:00
Thomas Vander Stichele
d9ffe247f6
gst/gstcaps.c: Fix guint j diving under 0
...
Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_intersect):
Fix guint j diving under 0
2005-10-16 10:58:41 +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
7490994ce6
fix signedness
...
Original commit message from CVS:
fix signedness
2005-10-16 10:22:29 +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
Julien Moutte
c1e4762a6d
gst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, caps intersection was going nuts and trying...
...
Original commit message from CVS:
2005-10-16 Julien MOUTTE <julien@moutte.net>
* gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a
simple
fix. Because of unsigned ints, caps intersection was going nuts
and
trying to access structures with G_MAXUINT index. That fixes
videotestsrc ! ffmpegcolorspace ! fakesink
* gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
consistency.
2005-10-16 09:56:33 +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
101c15c9b8
more define fixes
...
Original commit message from CVS:
more define fixes
2005-10-16 09:44:04 +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
b45c86c1df
remove more PKG_CFLAGS
...
Original commit message from CVS:
remove more PKG_CFLAGS
2005-10-16 09:11:57 +00:00
Thomas Vander Stichele
b2ec3849fd
gst/: add the nano
...
Original commit message from CVS:
* gst/gst.c: (gst_version):
* gst/gstversion.h.in:
add the nano
2005-10-16 09:10:17 +00:00
Thomas Vander Stichele
9934f055e9
remove GST_PKG_CFLAGS
...
Original commit message from CVS:
remove GST_PKG_CFLAGS
2005-10-16 08:59:34 +00:00
Tim-Philipp Müller
34c8e29cec
gst/gstevent.h: Oops, add missing closing bracket.
...
Original commit message from CVS:
* gst/gstevent.h:
Oops, add missing closing bracket.
2005-10-15 22:24:20 +00:00
Thomas Vander Stichele
bdaec23195
configure.ac: use common m4's for argument checking
...
Original commit message from CVS:
* configure.ac:
use common m4's for argument checking
2005-10-15 21:41:20 +00:00
Tim-Philipp Müller
45a07481db
Add GST_EVENT_TYPE_NAME() macro.
...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstevent.h:
Add GST_EVENT_TYPE_NAME() macro.
2005-10-15 20:33:09 +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
92f4901b64
gst/: privatize more symbols
...
Original commit message from CVS:
* gst/gstinfo.c:
* gst/gstpluginfeature.c:
* gst/gsttask.c:
privatize more symbols
2005-10-15 19:57:03 +00:00
Thomas Vander Stichele
4beb1c4224
configure.ac: add srcdir, builddir includes to GST_ALL_CFLAGS, since everything that uses GStreamer API should have t...
...
Original commit message from CVS:
* configure.ac:
add srcdir, builddir includes to GST_ALL_CFLAGS, since
everything that uses GStreamer API should have the includes
2005-10-15 18:22:31 +00:00
Thomas Vander Stichele
4df2acee2e
give each value a _get_type, removes the DATA exports
...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
* gst/gstvalue.h:
give each value a _get_type, removes the DATA exports
2005-10-15 17:59:07 +00:00
Thomas Vander Stichele
cf83938008
fix link flags
...
Original commit message from CVS:
fix link flags
2005-10-15 17:22:34 +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
2ca1c89aac
gst/gst.*: remove _gst_registry_auto_load, not used anymore
...
Original commit message from CVS:
* gst/gst.c:
* gst/gst.h:
remove _gst_registry_auto_load, not used anymore
* gst/gstbin.c: (gst_bin_get_type):
* gst/gstbin.h:
* gst/gstelement.c: (gst_element_get_type):
* gst/gstelement.h:
* gst/gstobject.c: (gst_object_get_type):
* gst/gstobject.h:
* gst/gstpad.c: (gst_pad_get_type):
* gst/gstpad.h:
make _get_type functions similar, fixes data export from library
2005-10-15 16:33:09 +00:00
Thomas Vander Stichele
3537119465
I'm too lazy to comment this
...
Original commit message from CVS:
gtk-doc insists on inserting <PARA> at every empty line, sigh
2005-10-15 16:16:04 +00:00
Thomas Vander Stichele
bef56ce78d
various style fixes
...
Original commit message from CVS:
various style fixes
2005-10-15 16:01:57 +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
2b33397ea9
remove obsolete tests whitespace fixes
...
Original commit message from CVS:
remove obsolete tests
whitespace fixes
2005-10-15 15:53:14 +00:00
Thomas Vander Stichele
14bbecccf3
configure.ac: correctly make conditionals
...
Original commit message from CVS:
* configure.ac:
correctly make conditionals
* gst/elements/Makefile.am:
* gst/elements/gstelements.c:
fix typo causing fdsrc not to build
2005-10-15 15:52:08 +00:00
Thomas Vander Stichele
2dd1598c56
whitespace fixes
...
Original commit message from CVS:
whitespace fixes
2005-10-15 15:30:24 +00:00
Thomas Vander Stichele
e3e695a537
configure.ac: check for some headers
...
Original commit message from CVS:
* configure.ac:
check for some headers
* gst/elements/Makefile.am:
* gst/elements/gstelements.c:
don't compile fdsrc without sys/socket.h
* gst/indexers/Makefile.am:
* gst/indexers/gstindexers.c: (plugin_init):
don't compile fileindex without mmap
2005-10-15 15:01:39 +00:00
Thomas Vander Stichele
08479555e5
configure.ac: reorganize clean up document more remove cruft
...
Original commit message from CVS:
* configure.ac:
reorganize
clean up
document more
remove cruft
* check/Makefile.am:
* docs/gst/Makefile.am:
* examples/helloworld/Makefile.am:
* gst/Makefile.am:
* gst/base/Makefile.am:
* gst/check/Makefile.am:
* gst/elements/Makefile.am:
* gst/indexers/Makefile.am:
* gst/parse/Makefile.am:
* libs/gst/controller/Makefile.am:
* libs/gst/dataprotocol/Makefile.am:
* examples/helloworld/helloworld.c: (event_loop):
compile fixes, though it's not being compiled currently
2005-10-15 13:58:18 +00:00
Thomas Vander Stichele
01ca7865c5
clean up pc files
...
Original commit message from CVS:
clean up pc files
2005-10-15 13:24:54 +00:00
Thomas Vander Stichele
002d7342de
remove dir
...
Original commit message from CVS:
remove dir
2005-10-15 12:03:32 +00:00
Thomas Vander Stichele
2d8b674753
remove directory
...
Original commit message from CVS:
remove directory
2005-10-15 10:34:17 +00:00
Thomas Vander Stichele
4a74148bd4
signedness/type fixes
...
Original commit message from CVS:
signedness/type fixes
2005-10-15 00:22:02 +00:00
Thomas Vander Stichele
4ba0732136
signedness/type fixes
...
Original commit message from CVS:
signedness/type fixes
2005-10-15 00:20:45 +00:00
Thomas Vander Stichele
9ffd425b5d
signedness fixes
...
Original commit message from CVS:
signedness fixes
2005-10-15 00:15:43 +00:00
Thomas Vander Stichele
58db19c2e7
signedness fixes
...
Original commit message from CVS:
signedness fixes
2005-10-15 00:12:22 +00:00
Tim-Philipp Müller
72c73c0b2e
check/gst/gsttag.c: Add some simple tests for the new taglist date API.
...
Original commit message from CVS:
* check/gst/gsttag.c: (test_date_tags), (gst_tag_suite):
Add some simple tests for the new taglist date API.
2005-10-14 17:01:56 +00:00
Tim-Philipp Müller
55c0c8ed51
gst/elements/: Beautify 'last-message' output: print 'none' for buffer timestamps and durations if none is set; impro...
...
Original commit message from CVS:
* gst/elements/gstfakesink.c: (gst_fake_sink_render):
* gst/elements/gstfakesrc.c: (gst_fake_src_create):
Beautify 'last-message' output: print 'none' for buffer timestamps
and durations if none is set; improve alignment with next messages.
2005-10-14 14:10:24 +00:00
Tim-Philipp Müller
45258dbc4c
Add new API to check plugin feature version requirements.
...
Original commit message from CVS:
* gst/gstpluginfeature.c: (gst_plugin_feature_check_version):
* gst/gstpluginfeature.h:
* gst/gstregistry.c: (gst_default_registry_check_feature_version):
* gst/gstregistry.h:
* docs/gst/gstreamer-sections.txt:
Add new API to check plugin feature version requirements.
* check/gst/gstplugin.c: (test_version_checks), (gst_plugin_suite):
Some basic tests for the above.
2005-10-14 11:09:29 +00:00
Thomas Vander Stichele
b10cc10e8c
gst/gststructure.c: guard against NULL printf - happens when for example a message structure with GstClock gets seria...
...
Original commit message from CVS:
2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gststructure.c: (gst_structure_to_string):
guard against NULL printf - happens when for example
a message structure with GstClock gets serialized
2005-10-13 21:27:57 +00:00
Tim-Philipp Müller
26eb6ab26d
gst/base/gstcollectpads.c: Fix presumable copy'n'pasto.
...
Original commit message from CVS:
* gst/base/gstcollectpads.c: (gst_collectpads_event):
Fix presumable copy'n'pasto.
2005-10-13 18:33:27 +00:00
Thomas Vander Stichele
82d7d35d64
add correct header for WIN32
...
Original commit message from CVS:
add correct header for WIN32
2005-10-13 17:51:51 +00:00
Thomas Vander Stichele
2bc75efbf3
gst/elements/: fix some signedness
...
Original commit message from CVS:
* gst/elements/gstfakesrc.h:
* gst/elements/gstfilesrc.c: (gst_file_src_create_read):
* gst/elements/gsttypefindelement.c:
fix some signedness
* gst/elements/gstfilesink.c: (gst_file_sink_render):
I wonder if this could actually write +2GB files before
2005-10-13 17:43:36 +00:00