Michael Smith [Fri, 9 Dec 2005 15:09:42 +0000 (15:09 +0000)]
Remove makecontext stuff; not used in 0.10 and causes problems on
Original commit message from CVS:
* common/m4/gst-makecontext.m4:
* common/m4/gst-mcsc.m4:
* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
Remove makecontext stuff; not used in 0.10 and causes problems on
HPUX according to bug #322441
Wim Taymans [Wed, 7 Dec 2005 19:03:54 +0000 (19:03 +0000)]
tests/check/: Added ABI check for libs, this time for real
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/libs/libsabi.c: (GST_START_TEST), (gstabi_suite),
(main):
* tests/check/libs/struct_i386.h:
Added ABI check for libs, this time for real
Wim Taymans [Wed, 7 Dec 2005 19:03:08 +0000 (19:03 +0000)]
tests/check/: Added ABI check for libs
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/libs/libsabi.c: (GST_START_TEST), (gstabi_suite),
(main):
* tests/check/libs/struct_i386.h:
Added ABI check for libs
Wim Taymans [Wed, 7 Dec 2005 17:59:21 +0000 (17:59 +0000)]
tests/check/Makefile.am: And add the struct_i386.h to dist.
Original commit message from CVS:
* tests/check/Makefile.am:
And add the struct_i386.h to dist.
Wim Taymans [Wed, 7 Dec 2005 17:36:44 +0000 (17:36 +0000)]
tests/check/: Added check for ABI compatibility.
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/gst/.cvsignore:
* tests/check/gst/gstabi.c: (GST_START_TEST), (gstabi_suite),
(main):
* tests/check/gst/struct_i386.h:
Added check for ABI compatibility.
Wim Taymans [Wed, 7 Dec 2005 15:33:42 +0000 (15:33 +0000)]
plugins/elements/gstfakesrc.c: Fix broken sync option, fixes #323259
Original commit message from CVS:
* plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
(gst_fake_src_get_times), (gst_fake_src_create):
Fix broken sync option, fixes #323259
Wim Taymans [Wed, 7 Dec 2005 15:16:43 +0000 (15:16 +0000)]
gst/gstbuffer.c: Small docs update.
Original commit message from CVS:
* gst/gstbuffer.c:
Small docs update.
* gst/gstcaps.c: (gst_caps_is_equal):
Don't assert on NULL <--> X. Fixes #323260
* gst/gstminiobject.c: (gst_mini_object_replace):
If we're doing atomic operations, we might just as well use
the proper way to get an atomic pointer.
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
Clean up debugging.
Michael Smith [Wed, 7 Dec 2005 11:52:05 +0000 (11:52 +0000)]
gst/parse/grammar.y: Remove handling of { } for threads.
Original commit message from CVS:
* gst/parse/grammar.y:
Remove handling of { } for threads.
David Schleef [Tue, 6 Dec 2005 23:32:01 +0000 (23:32 +0000)]
libs/gst/base/gstbasetransform.c: speling fix.
Original commit message from CVS:
* libs/gst/base/gstbasetransform.c: speling fix.
Thomas Vander Stichele [Tue, 6 Dec 2005 19:29:15 +0000 (19:29 +0000)]
expand tabs
Original commit message from CVS:
expand tabs
Thomas Vander Stichele [Tue, 6 Dec 2005 19:04:49 +0000 (19:04 +0000)]
back to cvs
Original commit message from CVS:
back to cvs
Thomas Vander Stichele [Mon, 5 Dec 2005 18:13:00 +0000 (18:13 +0000)]
back to HEAD
Original commit message from CVS:
back to HEAD
Thomas Vander Stichele [Mon, 5 Dec 2005 18:05:01 +0000 (18:05 +0000)]
releasing 0.10.0
Original commit message from CVS:
releasing 0.10.0
Thomas Vander Stichele [Mon, 5 Dec 2005 15:57:48 +0000 (15:57 +0000)]
Update .po files
Original commit message from CVS:
Update .po files
Thomas Vander Stichele [Mon, 5 Dec 2005 14:36:05 +0000 (14:36 +0000)]
po/: added Chinese (Traditional) translation
Original commit message from CVS:
submitted by: Funda Wang <fundawang@linux.net.cn>
* po/LINGUAS:
* po/zh_CN.po:
added Chinese (Traditional) translation
Thomas Vander Stichele [Mon, 5 Dec 2005 14:14:39 +0000 (14:14 +0000)]
updated Afrikaans translation
Original commit message from CVS:
updated Afrikaans translation
Thomas Vander Stichele [Mon, 5 Dec 2005 14:14:02 +0000 (14:14 +0000)]
remove deprecation guard from docstring
Original commit message from CVS:
remove deprecation guard from docstring
Thomas Vander Stichele [Mon, 5 Dec 2005 13:10:44 +0000 (13:10 +0000)]
update translations
Original commit message from CVS:
update translations
Thomas Vander Stichele [Mon, 5 Dec 2005 13:06:37 +0000 (13:06 +0000)]
fix docs
Original commit message from CVS:
fix docs
Wim Taymans [Mon, 5 Dec 2005 13:01:35 +0000 (13:01 +0000)]
libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)
Original commit message from CVS:
2005-12-05 Andy Wingo <wingo@pobox.com>
patch by: Wim Taymans <wim@fluendo.com>
* libs/gst/base/gstbasetransform.c
(gst_base_transform_prepare_output_buf)
(gst_base_transform_buffer_alloc):
* plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
alloc_buffer_and_set_caps.
* gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
set_caps on the source pad.
(gst_pad_alloc_buffer_and_set_caps): New function, does what
alloc_buffer used to do. Fixes #322874.
* docs/gst/gstreamer-sections.txt:
* docs/design/part-negotiation.txt:
* docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
changes.
Thomas Vander Stichele [Mon, 5 Dec 2005 12:33:44 +0000 (12:33 +0000)]
really add the tests for the 64/double conversion
Original commit message from CVS:
really add the tests for the 64/double conversion
Thomas Vander Stichele [Mon, 5 Dec 2005 12:09:43 +0000 (12:09 +0000)]
add def for controller
Original commit message from CVS:
add def for controller
Sebastien Moutte [Mon, 5 Dec 2005 12:09:01 +0000 (12:09 +0000)]
win32/: win32 build fixes
Original commit message from CVS:
patch by: Sebastien Moutte
* win32/MANIFEST:
* win32/common/config.h.in:
* win32/vs6/libgstcontroller.dsp:
win32 build fixes
Wim Taymans [Mon, 5 Dec 2005 10:59:17 +0000 (10:59 +0000)]
Back out previous code changes, leave doc updates, file bugs instead.
Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_is_equal):
* plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
(gst_fake_src_create):
Back out previous code changes, leave doc updates, file bugs
instead.
Wim Taymans [Mon, 5 Dec 2005 10:27:59 +0000 (10:27 +0000)]
plugins/elements/gstfakesrc.*: Fix broken sync code.
Original commit message from CVS:
* plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
(gst_fake_src_get_times), (gst_fake_src_create):
* plugins/elements/gstfakesrc.h:
Fix broken sync code.
Wim Taymans [Mon, 5 Dec 2005 10:22:55 +0000 (10:22 +0000)]
gst/gstcaps.c: Comparing NULL against !NULL yields different caps, not a failure.
Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_is_equal):
Comparing NULL against !NULL yields different caps, not a
failure.
Wim Taymans [Mon, 5 Dec 2005 10:18:27 +0000 (10:18 +0000)]
gst/gstpipeline.c: Fix small typo in docs.
Original commit message from CVS:
* gst/gstpipeline.c:
Fix small typo in docs.
Thomas Vander Stichele [Mon, 5 Dec 2005 09:53:54 +0000 (09:53 +0000)]
gst/gst.c (init_post): remove hard-coded 0.9 location for registries/plugins with a MAJORMINOR one.
Original commit message from CVS:
2005-12-05 Andy Wingo <wingo@pobox.com>
patch by: Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gst.c (init_post): remove hard-coded 0.9 location for
registries/plugins with a MAJORMINOR one.
(plugin_desc): Rename library from gstcoreleements to
staticelements. Fixes #323222.
Tim-Philipp Müller [Mon, 5 Dec 2005 09:45:29 +0000 (09:45 +0000)]
libs/gst/base/gstcollectpads.c: Change debug category to 'collectpads' from 'collect_pads' (fixes #323250).
Original commit message from CVS:
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
Change debug category to 'collectpads' from 'collect_pads'
(fixes #323250).
Thomas Vander Stichele [Sun, 4 Dec 2005 19:57:26 +0000 (19:57 +0000)]
rename two exports
Original commit message from CVS:
rename two exports
Sebastien Moutte [Sun, 4 Dec 2005 18:54:19 +0000 (18:54 +0000)]
libs/gst/controller/gstinterpolation.c: use convert function for uint64/double
Original commit message from CVS:
patch by: Sebastien Moutte
* libs/gst/controller/gstinterpolation.c:
use convert function for uint64/double
* win32/vs6/libgstcontroller.dsp:
link to GLib
Thomas Vander Stichele [Sun, 4 Dec 2005 09:57:11 +0000 (09:57 +0000)]
add tests that seem to show that the guint64/gdouble conversions are correct.
Original commit message from CVS:
* gst/gstutils.c: (gst_util_guint64_to_gdouble),
(gst_util_gdouble_to_guint64), (gst_util_uint64_scale_int64):
* gst/gstutils.h:
* tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
add tests that seem to show that the guint64/gdouble conversions
are correct.
Christian Schaller [Fri, 2 Dec 2005 12:44:53 +0000 (12:44 +0000)]
make version number a little less hopefull
Original commit message from CVS:
make version number a little less hopefull
Wim Taymans [Fri, 2 Dec 2005 12:34:47 +0000 (12:34 +0000)]
gst/: Fix docs again.
Original commit message from CVS:
* gst/gstregistry.c: (gst_registry_add_path):
* gst/gstregistry.h:
* gst/gstregistryxml.c:
Fix docs again.
Removed old code from gstregistryxml.c
Christian Schaller [Fri, 2 Dec 2005 12:19:55 +0000 (12:19 +0000)]
fix updating gstreamer spec file making it 0.10 ready
Original commit message from CVS:
fix updating gstreamer spec file making it 0.10 ready
Wim Taymans [Fri, 2 Dec 2005 11:36:50 +0000 (11:36 +0000)]
gst/gstutils.c: Small cleanup.
Original commit message from CVS:
* gst/gstutils.c: (gst_util_uint64_scale_int64),
(gst_util_uint64_scale_int):
Small cleanup.
* libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object):
Add debug log line.
* libs/gst/base/gstbasetransform.c: (gst_base_transform_event):
Add FIXME.
Thomas Vander Stichele [Fri, 2 Dec 2005 09:48:17 +0000 (09:48 +0000)]
win32/: renamed core elements plugin
Original commit message from CVS:
* win32/MANIFEST:
* win32/common/config.h:
* win32/vs6/gstreamer.dsw:
* win32/vs6/libgstcoreelements.dsp:
* win32/vs6/libgstelements.dsp:
renamed core elements plugin
Thomas Vander Stichele [Fri, 2 Dec 2005 01:35:22 +0000 (01:35 +0000)]
tools/gst-run.c: do piece-wise major/minor comparison so 0.9 < 0.10 also allow .exe extensions for tools
Original commit message from CVS:
* tools/gst-run.c: (compare_major_minor), (find_highest_version),
(get_candidates):
do piece-wise major/minor comparison so 0.9 < 0.10
also allow .exe extensions for tools
Michael Smith [Thu, 1 Dec 2005 23:57:07 +0000 (23:57 +0000)]
gst/gst.c: Escape a % to make gtkdoc happier; bug 322958.
Original commit message from CVS:
* gst/gst.c:
Escape a % to make gtkdoc happier; bug 322958.
Thomas Vander Stichele [Thu, 1 Dec 2005 19:18:57 +0000 (19:18 +0000)]
back to HEAD
Original commit message from CVS:
back to HEAD
Thomas Vander Stichele [Thu, 1 Dec 2005 19:11:56 +0000 (19:11 +0000)]
releasing 0.9.7
Original commit message from CVS:
releasing 0.9.7
Thomas Vander Stichele [Thu, 1 Dec 2005 16:51:23 +0000 (16:51 +0000)]
bump GST_MAJORMINOR to 0.10 reset libtool version
Original commit message from CVS:
bump GST_MAJORMINOR to 0.10
reset libtool version
Thomas Vander Stichele [Thu, 1 Dec 2005 15:28:25 +0000 (15:28 +0000)]
remove old file
Original commit message from CVS:
remove old file
Thomas Vander Stichele [Thu, 1 Dec 2005 15:18:41 +0000 (15:18 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Thu, 1 Dec 2005 15:08:09 +0000 (15:08 +0000)]
Added Bulgarian translation by (Alexander Shopov)
Original commit message from CVS:
Added Bulgarian translation by (Alexander Shopov)
Thomas Vander Stichele [Thu, 1 Dec 2005 15:04:03 +0000 (15:04 +0000)]
commit final stamp file
Original commit message from CVS:
commit final stamp file
Thomas Vander Stichele [Thu, 1 Dec 2005 14:51:07 +0000 (14:51 +0000)]
add more files for distcheck
Original commit message from CVS:
add more files for distcheck
Thomas Vander Stichele [Thu, 1 Dec 2005 14:40:47 +0000 (14:40 +0000)]
add signals and args
Original commit message from CVS:
add signals and args
Thomas Vander Stichele [Thu, 1 Dec 2005 12:36:10 +0000 (12:36 +0000)]
fix test
Original commit message from CVS:
fix test
Thomas Vander Stichele [Thu, 1 Dec 2005 12:29:34 +0000 (12:29 +0000)]
document core plugins in a separate document just like all the others rename these plugins to something starting with...
Original commit message from CVS:
document core plugins in a separate document just like all the
others
rename these plugins to something starting with core
Andy Wingo [Thu, 1 Dec 2005 12:00:56 +0000 (12:00 +0000)]
gst/gstevent.h (struct _GstEvent): Meant to remove the extra padding here before, but it missed the commit.
Original commit message from CVS:
2005-12-01 Andy Wingo <wingo@pobox.com>
* gst/gstevent.h (struct _GstEvent): Meant to remove the extra
padding here before, but it missed the commit.
Thomas Vander Stichele [Thu, 1 Dec 2005 10:07:26 +0000 (10:07 +0000)]
add libgstcontroller to the build
Original commit message from CVS:
add libgstcontroller to the build
Thomas Vander Stichele [Thu, 1 Dec 2005 09:54:56 +0000 (09:54 +0000)]
libs/gst/controller/gstinterpolation.c: whitespace prices have crashed, we should feel free to use some now use gst_g...
Original commit message from CVS:
* libs/gst/controller/gstinterpolation.c:
whitespace prices have crashed, we should feel free to use some now
use gst_guint64_to_gdouble
Thomas Vander Stichele [Thu, 1 Dec 2005 09:32:17 +0000 (09:32 +0000)]
fix typo
Original commit message from CVS:
fix typo
Thomas Vander Stichele [Thu, 1 Dec 2005 09:23:20 +0000 (09:23 +0000)]
wrap config.h include
Original commit message from CVS:
wrap config.h include
Thomas Vander Stichele [Thu, 1 Dec 2005 02:08:18 +0000 (02:08 +0000)]
update docs
Original commit message from CVS:
update docs
Thomas Vander Stichele [Thu, 1 Dec 2005 00:54:54 +0000 (00:54 +0000)]
plugins/elements/: more anal cleanup
Original commit message from CVS:
* plugins/elements/gstelements.c:
* plugins/elements/gstfdsink.c: (gst_fd_sink__base_init),
(gst_fd_sink__class_init), (gst_fd_sink__init),
(gst_fd_sink__chain), (gst_fd_sink__set_property),
(gst_fd_sink__get_property):
* plugins/elements/gstfdsink.h:
* plugins/elements/gstfdsrc.c: (_do_init), (gst_fd_src_base_init),
(gst_fd_src_class_init), (gst_fd_src_init), (gst_fd_src_dispose),
(gst_fd_src_update_fd), (gst_fd_src_start), (gst_fd_src_stop),
(gst_fd_src_unlock), (gst_fd_src_set_property),
(gst_fd_src_get_property), (gst_fd_src_create),
(gst_fd_src_is_seekable), (gst_fd_src_get_size),
(gst_fd_src_uri_get_type), (gst_fd_src_uri_get_protocols),
(gst_fd_src_uri_get_uri), (gst_fd_src_uri_set_uri),
(gst_fd_src_uri_handler_init):
* plugins/elements/gstfdsrc.h:
* plugins/elements/gstqueue.c: (gst_queue_get_type):
more anal cleanup
Thomas Vander Stichele [Wed, 30 Nov 2005 19:36:54 +0000 (19:36 +0000)]
fix the docs build
Original commit message from CVS:
fix the docs build
Thomas Vander Stichele [Wed, 30 Nov 2005 19:03:59 +0000 (19:03 +0000)]
add new input types file
Original commit message from CVS:
add new input types file
Thomas Vander Stichele [Wed, 30 Nov 2005 19:01:53 +0000 (19:01 +0000)]
various fixes to make
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst.c:
* gst/gstplugin.h:
* gst/gstregistry.h:
* tests/benchmarks/complexity.c:
* tests/benchmarks/mass-elements.c:
* tests/check/Makefile.am:
* tools/Makefile.am:
* tools/gst-inspect.c:
* tools/gst-xmlinspect.c:
various fixes to make
--disable-nls --disable-registry --disable-loadsave --disable-parse --disable-gst-debug
work and get the core .so down to 360444 bytes after stripping
Thomas Vander Stichele [Wed, 30 Nov 2005 17:05:29 +0000 (17:05 +0000)]
move location of test registry
Original commit message from CVS:
move location of test registry
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:54 +0000 (16:45 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:15 +0000 (16:45 +0000)]
missing makefile
Original commit message from CVS:
missing makefile
Thomas Vander Stichele [Wed, 30 Nov 2005 16:43:16 +0000 (16:43 +0000)]
prune empty dirs when updating
Original commit message from CVS:
prune empty dirs when updating
Thomas Vander Stichele [Wed, 30 Nov 2005 16:42:27 +0000 (16:42 +0000)]
remove empty dirs; move docbuilding notes
Original commit message from CVS:
remove empty dirs; move docbuilding notes
Thomas Vander Stichele [Wed, 30 Nov 2005 16:39:04 +0000 (16:39 +0000)]
descend into tests
Original commit message from CVS:
* Makefile.am:
* configure.ac:
descend into tests
* docs/random/thomasvs/TODO:
* tests/Makefile.am:
* tests/README:
add a README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:32:22 +0000 (16:32 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:30:41 +0000 (16:30 +0000)]
update README
Original commit message from CVS:
update README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:29:28 +0000 (16:29 +0000)]
don't fail on missing registry
Original commit message from CVS:
don't fail on missing registry
Thomas Vander Stichele [Wed, 30 Nov 2005 16:28:17 +0000 (16:28 +0000)]
add a README
Original commit message from CVS:
add a README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:26:36 +0000 (16:26 +0000)]
move even more stuff, win32/ is nice and clean now
Original commit message from CVS:
move even more stuff, win32/ is nice and clean now
Thomas Vander Stichele [Wed, 30 Nov 2005 16:17:23 +0000 (16:17 +0000)]
remove old win32 stuff that isn't maintained and should be reorganized
Original commit message from CVS:
remove old win32 stuff that isn't maintained and should be
reorganized
Thomas Vander Stichele [Wed, 30 Nov 2005 16:12:48 +0000 (16:12 +0000)]
remove getbits
Original commit message from CVS:
remove getbits
Andy Wingo [Wed, 30 Nov 2005 16:10:57 +0000 (16:10 +0000)]
configure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces python module bork.
Original commit message from CVS:
2005-11-30 Andy Wingo <wingo@pobox.com>
* configure.ac (GST_PKG_DEPS): Revert previous patch, makes
loading the gst.interfaces python module bork.
* configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
available since GLib 2.2. Fixes #318031.
Thomas Vander Stichele [Wed, 30 Nov 2005 16:08:31 +0000 (16:08 +0000)]
move all of these under tests
Original commit message from CVS:
move all of these under tests
Christian Schaller [Wed, 30 Nov 2005 15:37:36 +0000 (15:37 +0000)]
update after thomas's CVS surgery
Original commit message from CVS:
update after thomas's CVS surgery
Thomas Vander Stichele [Wed, 30 Nov 2005 15:34:37 +0000 (15:34 +0000)]
add Makefile.am
Original commit message from CVS:
add Makefile.am
Thomas Vander Stichele [Wed, 30 Nov 2005 15:29:05 +0000 (15:29 +0000)]
fix distcheck
Original commit message from CVS:
* configure.ac:
* tests/Makefile.am:
fix distcheck
Thomas Vander Stichele [Wed, 30 Nov 2005 15:20:29 +0000 (15:20 +0000)]
compile warning fixes
Original commit message from CVS:
compile warning fixes
Thomas Vander Stichele [Wed, 30 Nov 2005 13:28:13 +0000 (13:28 +0000)]
remove compprep
Original commit message from CVS:
remove compprep
Andy Wingo [Wed, 30 Nov 2005 13:25:05 +0000 (13:25 +0000)]
configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, available since GLib 2.2. Fixes #318031.
Original commit message from CVS:
2005-11-30 Andy Wingo <wingo@pobox.com>
* configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
available since GLib 2.2. Fixes #318031.
Thomas Vander Stichele [Wed, 30 Nov 2005 13:08:08 +0000 (13:08 +0000)]
First pass at cleaning up tests/ dir before moving the rest
Original commit message from CVS:
* configure.ac:
* tests/bench-complexity.scm:
* tests/bench-mass_elements.scm:
* tests/complexity.c:
* tests/complexity.gnuplot:
* tests/instantiate/.cvsignore:
* tests/instantiate/Makefile.am:
* tests/instantiate/caps.c:
* tests/mass_elements.c:
* tests/network-clock-utils.scm:
* tests/network-clock.scm:
* tests/plot-data:
First pass at cleaning up tests/ dir before moving the rest
Combined with CVS surgery
Thomas Vander Stichele [Wed, 30 Nov 2005 13:07:15 +0000 (13:07 +0000)]
move includes
Original commit message from CVS:
move includes
Thomas Vander Stichele [Wed, 30 Nov 2005 11:55:32 +0000 (11:55 +0000)]
remove norwegianism
Original commit message from CVS:
remove norwegianism
Thomas Vander Stichele [Wed, 30 Nov 2005 10:50:57 +0000 (10:50 +0000)]
make not having check non-fatal for extra targets
Original commit message from CVS:
make not having check non-fatal for extra targets
Thomas Vander Stichele [Wed, 30 Nov 2005 10:15:08 +0000 (10:15 +0000)]
po/POTFILES.in: queue has moved, update
Original commit message from CVS:
* po/POTFILES.in:
queue has moved, update
Thomas Vander Stichele [Wed, 30 Nov 2005 10:13:54 +0000 (10:13 +0000)]
add some explicit casts update dsp files; also installs the debug build in \gstreamer\debug to separate it from the n...
Original commit message from CVS:
add some explicit casts
update dsp files; also installs the debug build in \gstreamer\debug to separate it from the non-debug build
Thomas Vander Stichele [Wed, 30 Nov 2005 10:03:46 +0000 (10:03 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:59:04 +0000 (09:59 +0000)]
docs/gst/gstreamer-sections.txt: remove double entries from the docs
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
remove double entries from the docs
* gst/gst_private.h:
* gst/gstinfo.c: (_gst_debug_init):
remove the THREAD debug category
* gst/Makefile.am:
* gst/gstqueue.c:
* gst/gstqueue.h:
* docs/gst/gstreamer.types:
* plugins/elements/gstqueue.c: (gst_queue_get_type),
(gst_queue_init), (gst_queue_finalize), (gst_queue_change_state):
completely move queue and fix up debugging categories
Thomas Vander Stichele [Wed, 30 Nov 2005 09:38:42 +0000 (09:38 +0000)]
plugins/elements/gstidentity.c: make initialization portable, using LL is not
Original commit message from CVS:
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
make initialization portable, using LL is not
Thomas Vander Stichele [Wed, 30 Nov 2005 09:36:19 +0000 (09:36 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:30:50 +0000 (09:30 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:27:47 +0000 (09:27 +0000)]
win32/common/gstconfig.h: add large padding
Original commit message from CVS:
* win32/common/gstconfig.h:
add large padding
Thomas Vander Stichele [Wed, 30 Nov 2005 09:22:45 +0000 (09:22 +0000)]
win32/common/libgstreamer.def: rename symbols; sort base section
Original commit message from CVS:
* win32/common/libgstreamer.def:
rename symbols; sort base section
Thomas Vander Stichele [Wed, 30 Nov 2005 09:18:15 +0000 (09:18 +0000)]
gst/gstclock.c: remove crack non-portable handrolled DEBUG macro
Original commit message from CVS:
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstclock.c: (do_linear_regression):
remove crack non-portable handrolled DEBUG macro
Thomas Vander Stichele [Wed, 30 Nov 2005 09:12:57 +0000 (09:12 +0000)]
update visual studio generated files
Original commit message from CVS:
update visual studio generated files
Thomas Vander Stichele [Wed, 30 Nov 2005 08:56:59 +0000 (08:56 +0000)]
win32/vs6/: update project files for new locations
Original commit message from CVS:
* win32/vs6/libgstbase.dsp:
* win32/vs6/libgstelements.dsp:
update project files for new locations
Thomas Vander Stichele [Wed, 30 Nov 2005 08:52:41 +0000 (08:52 +0000)]
Makefile.am: remove some files
Original commit message from CVS:
* Makefile.am:
remove some files
* README:
reinstate and update
* DEVEL:
* REQUIREMENTS:
removed
* LICENSE:
* docs/random/LICENSE:
moved to random
Thomas Vander Stichele [Wed, 30 Nov 2005 08:36:47 +0000 (08:36 +0000)]
put the README back
Original commit message from CVS:
put the README back
Thomas Vander Stichele [Wed, 30 Nov 2005 08:33:33 +0000 (08:33 +0000)]
clean up TODO
Original commit message from CVS:
clean up TODO