platform/upstream/gstreamer.git
18 years agogst/gstsegment.c: Added more documentation.
Wim Taymans [Mon, 12 Dec 2005 12:48:35 +0000 (12:48 +0000)]
gst/gstsegment.c: Added more documentation.

Original commit message from CVS:
* gst/gstsegment.c: (gst_segment_init),
(gst_segment_set_last_stop), (gst_segment_set_seek),
(gst_segment_set_newsegment), (gst_segment_to_stream_time),
(gst_segment_to_running_time):
Added more documentation.
Make sure the last_pos value is updated properly.
Make sure to_stream_time and to_running_time don't
operate on wrong values.

* tests/check/gst/gstsegment.c: (GST_START_TEST):
Update check.

18 years agoplugins/elements/gsttypefindelement.c: Now that we're not leaking factories, make...
Michael Smith [Mon, 12 Dec 2005 12:32:04 +0000 (12:32 +0000)]
plugins/elements/gsttypefindelement.c: Now that we're not leaking factories, make sure we keep references to them whi...

Original commit message from CVS:
* plugins/elements/gsttypefindelement.c: (free_entry),
(gst_type_find_element_chain):
Now that we're not leaking factories, make sure we keep references
to them while we need them.

18 years agotests/check/gst/struct_i386.h: ifdef out the XML structs
Thomas Vander Stichele [Mon, 12 Dec 2005 11:40:11 +0000 (11:40 +0000)]
tests/check/gst/struct_i386.h: ifdef out the XML structs

Original commit message from CVS:

* tests/check/gst/struct_i386.h:
ifdef out the XML structs

18 years agogst/gstvalue.c: floor is not needed, F is always positive; this obviates the need...
Thomas Vander Stichele [Mon, 12 Dec 2005 10:59:12 +0000 (10:59 +0000)]
gst/gstvalue.c: floor is not needed, F is always positive; this obviates the need for adding -lm when building withou...

Original commit message from CVS:

* gst/gstvalue.c: (gst_value_transform_double_fraction):
floor is not needed, F is always positive; this obviates the
need for adding -lm when building without libxml

18 years agoadd a ; and an example
Thomas Vander Stichele [Mon, 12 Dec 2005 10:57:37 +0000 (10:57 +0000)]
add a ; and an example

Original commit message from CVS:
add a ; and an example

18 years agolibs/gst/base/gstbasesink.c: Take current playback rate into account when reporting...
Wim Taymans [Mon, 12 Dec 2005 10:16:11 +0000 (10:16 +0000)]
libs/gst/base/gstbasesink.c: Take current playback rate into account when reporting the position.

Original commit message from CVS:
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
Take current playback rate into account when reporting
the position.

18 years agodocs/manual/mime-world.fig: Let's try this again, this time with a file that is actua...
Tim-Philipp Müller [Sun, 11 Dec 2005 19:35:02 +0000 (19:35 +0000)]
docs/manual/mime-world.fig: Let's try this again, this time with a file that is actually in XFig format.

Original commit message from CVS:
* docs/manual/mime-world.fig:
Let's try this again, this time with a file that is
actually in XFig format.

18 years agodocs/manual/mime-world.fig: Add audioconvert element to diagram so that it matches...
Tim-Philipp Müller [Sun, 11 Dec 2005 19:19:09 +0000 (19:19 +0000)]
docs/manual/mime-world.fig: Add audioconvert element to diagram so that it matches the text and the code (fixes #3195...

Original commit message from CVS:
* docs/manual/mime-world.fig:
Add audioconvert element to diagram so that it
matches the text and the code (fixes #319526).

18 years agodocs/pwg/: Update state change stuff for 0.10 (fixes #322969).
Tim-Philipp Müller [Sun, 11 Dec 2005 18:24:27 +0000 (18:24 +0000)]
docs/pwg/: Update state change stuff for 0.10 (fixes #322969).

Original commit message from CVS:
* docs/pwg/building-chainfn.xml:
* docs/pwg/building-pads.xml:
* docs/pwg/building-state.xml:
* docs/pwg/other-source.xml:
Update state change stuff for 0.10 (fixes #322969).

18 years agodocs/manual/: Update for 0.10: s/0.9/0.10/; s/audioscale/audiorsample/; add converter...
Tim-Philipp Müller [Sun, 11 Dec 2005 17:49:10 +0000 (17:49 +0000)]
docs/manual/: Update for 0.10: s/0.9/0.10/; s/audioscale/audiorsample/; add converters in front of pipelines; remove ...

Original commit message from CVS:
* docs/manual/advanced-dataaccess.xml:
* docs/manual/appendix-checklist.xml:
* docs/manual/appendix-programs.xml:
* docs/manual/basics-pads.xml:
* docs/manual/highlevel-components.xml:
* docs/manual/manual.xml:
Update for 0.10: s/0.9/0.10/; s/audioscale/audiorsample/;
add converters in front of pipelines; remove curly
brackets for threads stuff, they no longer exist; use
GST_TYPE_FRACTION for framerates; update some pieces of
code to 0.10, but there's plenty more to do.
* docs/manual/appendix-porting.xml:
Expand on asynchroneous state changes; s/0.9/0.10/;
mention disappearance of gst_init_get_popt_table()
(fixes #322916).

18 years agodocs/faq/using.xml: Spider no longer exists, and neither does gst-launch-ext.
Tim-Philipp Müller [Sun, 11 Dec 2005 11:53:56 +0000 (11:53 +0000)]
docs/faq/using.xml: Spider no longer exists, and neither does gst-launch-ext.

Original commit message from CVS:
* docs/faq/using.xml:
Spider no longer exists, and neither does gst-launch-ext.
Update examples to use decodebin and playbin and put
converters in front of sinks (fixes #323726).

18 years agoplugins/elements/gsttypefindelement.c: Fix leaking element factories in typefinding.
Michael Smith [Fri, 9 Dec 2005 17:26:31 +0000 (17:26 +0000)]
plugins/elements/gsttypefindelement.c: Fix leaking element factories in typefinding.

Original commit message from CVS:
* plugins/elements/gsttypefindelement.c: (find_peek),
(gst_type_find_element_chain):
Fix leaking element factories in typefinding.
Fix problem where we forgot about a probable type on non-seekable
files, and thus later mis-typefound it.

18 years agoRemove makecontext stuff; not used in 0.10 and causes problems on
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

18 years agotests/check/: Added ABI check for libs, this time for real
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

18 years agotests/check/: Added ABI check for libs
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

18 years agotests/check/Makefile.am: And add the struct_i386.h to dist.
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.

18 years agotests/check/: Added check for ABI compatibility.
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.

18 years agoplugins/elements/gstfakesrc.c: Fix broken sync option, fixes #323259
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

18 years agogst/gstbuffer.c: Small docs update.
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.

18 years agogst/parse/grammar.y: Remove handling of { } for threads.
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.

18 years agolibs/gst/base/gstbasetransform.c: speling fix.
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.

18 years agoexpand tabs
Thomas Vander Stichele [Tue, 6 Dec 2005 19:29:15 +0000 (19:29 +0000)]
expand tabs

Original commit message from CVS:
expand tabs

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

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

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