platform/upstream/gstreamer.git
18 years agoreleasing 0.10.0 RELEASE-0_10_0
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

18 years agoUpdate .po files
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

18 years agopo/: added Chinese (Traditional) translation
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

18 years agoupdated Afrikaans 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

18 years agoremove deprecation guard from docstring
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

18 years agoupdate translations
Thomas Vander Stichele [Mon, 5 Dec 2005 13:10:44 +0000 (13:10 +0000)]
update translations

Original commit message from CVS:
update translations

18 years agofix docs
Thomas Vander Stichele [Mon, 5 Dec 2005 13:06:37 +0000 (13:06 +0000)]
fix docs

Original commit message from CVS:
fix docs

18 years agolibs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)
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.

18 years agoreally add the tests for the 64/double conversion
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

18 years agoadd def for controller
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

18 years agowin32/: win32 build fixes
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

18 years agoBack out previous code changes, leave doc updates, file bugs instead.
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.

18 years agoplugins/elements/gstfakesrc.*: Fix broken sync code.
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.

18 years agogst/gstcaps.c: Comparing NULL against !NULL yields different caps, not a failure.
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.

18 years agogst/gstpipeline.c: Fix small typo in docs.
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.

18 years agogst/gst.c (init_post): remove hard-coded 0.9 location for registries/plugins with...
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.

18 years agolibs/gst/base/gstcollectpads.c: Change debug category to 'collectpads' from 'collect_...
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).

18 years agorename two exports
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

18 years agolibs/gst/controller/gstinterpolation.c: use convert function for uint64/double
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

18 years agoadd tests that seem to show that the guint64/gdouble conversions are correct.
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.

18 years agomake version number a little less hopefull
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

18 years agogst/: Fix docs again.
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

18 years agofix updating gstreamer spec file making it 0.10 ready
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

18 years agogst/gstutils.c: Small cleanup.
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.

18 years agowin32/: renamed core elements plugin
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

18 years agotools/gst-run.c: do piece-wise major/minor comparison so 0.9 < 0.10 also allow .exe...
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

18 years agogst/gst.c: Escape a % to make gtkdoc happier; bug 322958.
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.

18 years agoback to HEAD
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

18 years agoreleasing 0.9.7 RELEASE-0_9_7
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

18 years agobump GST_MAJORMINOR to 0.10 reset libtool version
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

18 years agoremove old file
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

18 years agoignore more
Thomas Vander Stichele [Thu, 1 Dec 2005 15:18:41 +0000 (15:18 +0000)]
ignore more

Original commit message from CVS:
ignore more

18 years agoAdded Bulgarian translation by (Alexander Shopov)
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)

18 years agocommit final stamp file
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

18 years agoadd more files for distcheck
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

18 years agoadd signals and args
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

18 years agofix test
Thomas Vander Stichele [Thu, 1 Dec 2005 12:36:10 +0000 (12:36 +0000)]
fix test

Original commit message from CVS:
fix test

18 years agodocument core plugins in a separate document just like all the others rename these...
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

18 years agogst/gstevent.h (struct _GstEvent): Meant to remove the extra padding here before...
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.

18 years agoadd libgstcontroller to the build
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

18 years agolibs/gst/controller/gstinterpolation.c: whitespace prices have crashed, we should...
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

18 years agofix typo
Thomas Vander Stichele [Thu, 1 Dec 2005 09:32:17 +0000 (09:32 +0000)]
fix typo

Original commit message from CVS:
fix typo

18 years agowrap config.h include
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

18 years agoupdate docs
Thomas Vander Stichele [Thu, 1 Dec 2005 02:08:18 +0000 (02:08 +0000)]
update docs

Original commit message from CVS:
update docs

18 years agoplugins/elements/: more anal cleanup
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

18 years agofix the docs build
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

18 years agoadd new input types file
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

18 years agovarious fixes to make
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

18 years agomove location of test registry
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

18 years agoignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:54 +0000 (16:45 +0000)]
ignore more

Original commit message from CVS:
ignore more

18 years agomissing makefile
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:15 +0000 (16:45 +0000)]
missing makefile

Original commit message from CVS:
missing makefile

18 years agoprune empty dirs when updating
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

18 years agoremove empty dirs; move docbuilding notes
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

18 years agodescend into tests
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

18 years agoignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:32:22 +0000 (16:32 +0000)]
ignore more

Original commit message from CVS:
ignore more

18 years agoupdate README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:30:41 +0000 (16:30 +0000)]
update README

Original commit message from CVS:
update README

18 years agodon't fail on missing registry
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

18 years agoadd a README
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

18 years agomove even more stuff, win32/ is nice and clean now
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

18 years agoremove old win32 stuff that isn't maintained and should be reorganized
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

18 years agoremove getbits
Thomas Vander Stichele [Wed, 30 Nov 2005 16:12:48 +0000 (16:12 +0000)]
remove getbits

Original commit message from CVS:
remove getbits

18 years agoconfigure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces...
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.

18 years agomove all of these under tests
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

18 years agoupdate after thomas's CVS surgery
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

18 years agoadd Makefile.am
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

18 years agofix distcheck
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

18 years agocompile warning fixes
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

18 years agoremove compprep
Thomas Vander Stichele [Wed, 30 Nov 2005 13:28:13 +0000 (13:28 +0000)]
remove compprep

Original commit message from CVS:
remove compprep

18 years agoconfigure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, available since GLib 2...
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.

18 years agoFirst pass at cleaning up tests/ dir before moving the rest
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

18 years agomove includes
Thomas Vander Stichele [Wed, 30 Nov 2005 13:07:15 +0000 (13:07 +0000)]
move includes

Original commit message from CVS:
move includes

18 years agoremove norwegianism
Thomas Vander Stichele [Wed, 30 Nov 2005 11:55:32 +0000 (11:55 +0000)]
remove norwegianism

Original commit message from CVS:
remove norwegianism

18 years agomake not having check non-fatal for extra targets
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

18 years agopo/POTFILES.in: queue has moved, update
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

18 years agoadd some explicit casts update dsp files; also installs the debug build in \gstreamer...
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

18 years agoadd more symbols to def file
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

18 years agodocs/gst/gstreamer-sections.txt: remove double entries from the docs
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

18 years agoplugins/elements/gstidentity.c: make initialization portable, using LL is not
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

18 years agoadd more symbols to def file
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

18 years agoadd 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

18 years agowin32/common/gstconfig.h: add large padding
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

18 years agowin32/common/libgstreamer.def: rename symbols; sort base section
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

18 years agogst/gstclock.c: remove crack non-portable handrolled DEBUG macro
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

18 years agoupdate visual studio generated files
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

18 years agowin32/vs6/: update project files for new locations
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

18 years agoMakefile.am: remove some files
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

18 years agoput the README back
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

18 years agoclean up TODO
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

18 years agoremoving ext, was not used anymore
Thomas Vander Stichele [Wed, 30 Nov 2005 08:29:14 +0000 (08:29 +0000)]
removing ext, was not used anymore

Original commit message from CVS:
removing ext, was not used anymore

18 years agogst/: Fix memory leak in GstTypeFindFactory.
Edward Hervey [Tue, 29 Nov 2005 23:56:20 +0000 (23:56 +0000)]
gst/: Fix memory leak in GstTypeFindFactory.

Original commit message from CVS:
* gst/gsttypefind.c: (gst_type_find_register):
* gst/gsttypefind.h:
* gst/gsttypefindfactory.c: (gst_type_find_factory_init),
(gst_type_find_factory_dispose):
* gst/gsttypefindfactory.h:
Fix memory leak in GstTypeFindFactory.

18 years agoupdated translations
Thomas Vander Stichele [Tue, 29 Nov 2005 20:16:40 +0000 (20:16 +0000)]
updated translations

Original commit message from CVS:
updated translations

18 years agomove queue from core to the elements plugin ç
Thomas Vander Stichele [Tue, 29 Nov 2005 19:47:00 +0000 (19:47 +0000)]
move queue from core to the elements plugin ç

Original commit message from CVS:

* gst/gst.c:
* plugins/elements/Makefile.am:
* plugins/elements/gstelements.c:
* plugins/elements/gstqueue.c:
move queue from core to the elements plugin

ç

18 years agoupdate uninstalled pc files
Thomas Vander Stichele [Tue, 29 Nov 2005 19:44:56 +0000 (19:44 +0000)]
update uninstalled pc files

Original commit message from CVS:
update uninstalled pc files

18 years agolibs/gst/base/: en-LARGE the padding.
Andy Wingo [Tue, 29 Nov 2005 19:37:49 +0000 (19:37 +0000)]
libs/gst/base/: en-LARGE the padding.

Original commit message from CVS:
2005-11-29  Andy Wingo  <wingo@pobox.com>

* libs/gst/base/gstbasetransform.h:
* libs/gst/base/gstbasesrc.h:
* libs/gst/base/gstbasesink.h: en-LARGE the padding.

* gst/gstconfig.h.in (GST_PADDING_LARGE): New define, the number
of pointers by which to pad very extensible base classes (like the
ones in libs/gst/base).

18 years agodocs/: moving documentation from core to lib
Thomas Vander Stichele [Tue, 29 Nov 2005 19:34:24 +0000 (19:34 +0000)]
docs/: moving documentation from core to lib

Original commit message from CVS:

* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
moving documentation from core to lib

18 years agoCVS surgery + support to move base, check, and net out of gst and into libs/gst
Thomas Vander Stichele [Tue, 29 Nov 2005 19:12:30 +0000 (19:12 +0000)]
CVS surgery + support to move base, check, and net out of gst and into libs/gst

Original commit message from CVS:
CVS surgery + support to move base, check, and net out of gst
and into libs/gst

18 years agogst/gstevent.h (struct _GstEvent): Only one pointer of padding.
Andy Wingo [Tue, 29 Nov 2005 18:57:59 +0000 (18:57 +0000)]
gst/gstevent.h (struct _GstEvent): Only one pointer of padding.

Original commit message from CVS:
2005-11-29  Andy Wingo  <wingo@pobox.com>

* gst/gstevent.h (struct _GstEvent): Only one pointer of padding.

* gst/gststructure.h (struct _GstStructure): Only one pointer of
padding.

* gst/gstquery.h (struct _GstQuery): Only one pointer of padding.

* gst/gstpluginfeature.h: Remove a comment in PluginFeature.

* gst/gstplugin.h (struct _GstPluginClass): Add some padding.

* gst/gstobject.h: (struct _GstObject): Only one pointer of
padding; reduces object size by about 30%. We don't expect
anything else to go into gstobject.

* gst/gstminiobject.h (struct _GstMiniObject)
(struct _GstMiniObjectClass): Only one pointer of padding; the
payload is only a pointer and two ints anyway. For the class there
are only two methods as well.

* gst/gstelement.h (struct _GstElementClass): Removed
the state_changed signal callback, it is not used.

18 years agowhack a mole
Andy Wingo [Tue, 29 Nov 2005 18:49:19 +0000 (18:49 +0000)]
whack a mole

Original commit message from CVS:
whack a mole

18 years agothese files were moved
Thomas Vander Stichele [Tue, 29 Nov 2005 18:38:46 +0000 (18:38 +0000)]
these files were moved

Original commit message from CVS:
these files were moved

18 years agodocs/gst/gstreamer.types: fix includes, though they are a little dinky
Thomas Vander Stichele [Tue, 29 Nov 2005 18:21:17 +0000 (18:21 +0000)]
docs/gst/gstreamer.types: fix includes, though they are a little dinky

Original commit message from CVS:

* docs/gst/gstreamer.types:
fix includes, though they are a little dinky