platform/upstream/gstreamer.git
20 years agodocs/gst/Makefile.am: Disable a bunch of headers from being scanned
David Schleef [Tue, 30 Mar 2004 07:36:19 +0000 (07:36 +0000)]
docs/gst/Makefile.am: Disable a bunch of headers from being scanned

Original commit message from CVS:
* docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
* docs/gst/gstreamer-docs.sgml:  More hacking
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/cothreads_compat.sgml:
* docs/gst/tmpl/gstcaps.sgml:
* docs/gst/tmpl/gstclock.sgml:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstevent.sgml:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstxml.sgml:
* docs/gst/tmpl/gthread-cothreads.sgml:
* docs/random/ds/0.9-suggested-changes:
* gst/elements/gstfakesink.h: doc fixes
* gst/elements/gstfakesrc.h: doc fixes
* gst/gstcaps.c: doc fixes
* gst/gstcaps.h: doc fixes
* gst/gstelement.c: doc fixes
* gst/gstelement.h: doc fixes
* gst/gstindex.c: doc fixes
* gst/gstinfo.c: doc fixes
* gst/gstpad.c: doc fixes
* gst/gstpad.h: doc fixes
* gst/gstplugin.c: doc fixes
* gst/gsttypefind.h: doc fixes
* gst/gsturi.c: doc fixes
* gst/gstvalue.c: doc fixes

20 years agogst/registries/gstxmlregistry.c (get_time)
Colin Walters [Mon, 29 Mar 2004 22:17:28 +0000 (22:17 +0000)]
gst/registries/gstxmlregistry.c (get_time)

Original commit message from CVS:
2004-03-29  Colin Walters  <walters@redhat.com>

* gst/registries/gstxmlregistry.c (get_time)
(plugin_times_older_than_recurse):
Use the result of stat to determine whether a path is a file,
so we don't attempt to opendir() files.

20 years agogst/gstpad.c: print caps in debugging output when setting caps failed
Benjamin Otte [Mon, 29 Mar 2004 16:20:45 +0000 (16:20 +0000)]
gst/gstpad.c: print caps in debugging output when setting caps failed

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_explicit_caps):
print caps in debugging output when setting caps failed
* gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
(schedule_next_element), (get_buffer), (run_chainhandler),
(element_may_start), (gst_entry_scheduler_chain_handler),
(gst_entry_scheduler_get_handler),
(gst_entry_scheduler_state_transition),
(gst_entry_scheduler_pad_link):
make this scheduler a testcase for mandatory
discont-before-first-buffer which is needed if we want to allow apps
to release the sound device.
add SCHED_ASSERT macro to print scheduler state before an assertion
triggers.

20 years agoCOPYING: replace by LGPL (former COPYING.LIB). The core is completely licensed LGPL.
Benjamin Otte [Mon, 29 Mar 2004 13:32:32 +0000 (13:32 +0000)]
COPYING: replace by LGPL (former COPYING.LIB). The core is completely licensed LGPL.

Original commit message from CVS:
* COPYING:
replace by LGPL (former COPYING.LIB). The core is completely
licensed LGPL.
* COPYING.LIB:
remove

20 years agoupdated afrikaans and swedish
Thomas Vander Stichele [Mon, 29 Mar 2004 08:51:29 +0000 (08:51 +0000)]
updated afrikaans and swedish

Original commit message from CVS:
updated afrikaans and swedish

20 years agoadding azerbeidjan
Thomas Vander Stichele [Mon, 29 Mar 2004 08:43:07 +0000 (08:43 +0000)]
adding azerbeidjan

Original commit message from CVS:
adding azerbeidjan

20 years agogst/gstelement.*: New function for setting element time taking into account a hardwar...
Martin Soto [Sun, 28 Mar 2004 13:15:21 +0000 (13:15 +0000)]
gst/gstelement.*: New function for setting element time taking into account a hardware buffering delay.

Original commit message from CVS:
* gst/gstelement.h:
* gst/gstelement.c (gst_element_set_time_delay): New function for
setting element time taking into account a hardware buffering
delay.
(gst_element_set_time): Now just an invocation of
gst_element_set_time_delay.
* gst/gstclock.h:
* gst/gstclock.c (gst_clock_get_event_time_delay): New function
allowing to set event times in the future.
(gst_clock_get_event_time): Now just an invocation of
gst_clock_get_event_time_delay.

20 years agomore brown paperbags, i can really start to go shopping soon
Benjamin Otte [Sun, 28 Mar 2004 02:39:59 +0000 (02:39 +0000)]
more brown paperbags, i can really start to go shopping soon

Original commit message from CVS:
more brown paperbags, i can really start to go shopping soon

20 years agobrown paperbag
Benjamin Otte [Sun, 28 Mar 2004 02:37:52 +0000 (02:37 +0000)]
brown paperbag

Original commit message from CVS:
brown paperbag

20 years agogst/gstbin.c: don't add decoupled elements to schedulers - otherwise it's impossible...
Benjamin Otte [Sun, 28 Mar 2004 02:29:24 +0000 (02:29 +0000)]
gst/gstbin.c: don't add decoupled elements to schedulers - otherwise it's impossible to control if a link to a decoup...

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_set_element_sched),
(gst_bin_unset_element_sched):
don't add decoupled elements to schedulers - otherwise it's
impossible to control if a link to a decoupled element was already
removed from a scheduler or not.
* gst/schedulers/cothreads_compat.h:
* gst/schedulers/gthread-cothreads.h:
add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
is no "unused" warning.
* gst/schedulers/Makefile.am:
* gst/schedulers/entryscheduler.c:
add new scheduler, based on ideas from talking to David and Martin.
It's supposed to be small and correct. Currently it's also slow (but
it's not noticable)
* examples/retag/retag.c: (main):
* testsuite/bytestream/test1.c: (main):
fix missing NULLs at end of variadic functions
* testsuite/elements/.cvsignore:
update

20 years agoAdded GST_EVENT_ANY as an event type that passes a GstStructure
Jan Schmidt [Sat, 27 Mar 2004 15:30:41 +0000 (15:30 +0000)]
Added GST_EVENT_ANY as an event type that passes a GstStructure

Original commit message from CVS:
Added GST_EVENT_ANY as an event type that passes a GstStructure

20 years agomake this compatible with thomasvs rpms
Christian Schaller [Sat, 27 Mar 2004 09:55:53 +0000 (09:55 +0000)]
make this compatible with thomasvs rpms

Original commit message from CVS:
make this compatible with thomasvs rpms

20 years agodocs/gst/gstreamer-sections.txt: More doc hacking.
David Schleef [Fri, 26 Mar 2004 03:46:16 +0000 (03:46 +0000)]
docs/gst/gstreamer-sections.txt: More doc hacking.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:  More doc hacking.
* docs/gst/tmpl/gstaggregator.sgml:
* docs/gst/tmpl/gstautoplugfactory.sgml:
* docs/gst/tmpl/gstbin.sgml:
* docs/gst/tmpl/gstbuffer.sgml:
* docs/gst/tmpl/gstbufferstore.sgml:
* docs/gst/tmpl/gstfakesink.sgml:
* docs/gst/tmpl/gstfakesrc.sgml:
* docs/gst/tmpl/gstmd5sink.sgml:
* docs/gst/tmpl/gstreamer-unused.sgml:
* docs/gst/tmpl/gstsearchfuncs.sgml:
* docs/gst/tmpl/gstshaper.sgml:
* docs/gst/tmpl/gstspider.sgml:
* docs/gst/tmpl/gsttee.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstvalue.sgml:
* docs/gst/tmpl/gstxml.sgml:
* gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
and we don't support it.
* gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
(gst_use_threads), (gst_has_threads): same
* gst/gstthreaddummy.c: same
* gst/autoplug/gstspider.c: Make gst_spider_details static.
* gst/autoplug/gstspider.h: same
* gst/elements/gstaggregator.h: Remove bogus function from header
* gst/elements/gstfakesink.h: same
* gst/elements/gstfakesrc.h: same
* gst/elements/gstmd5sink.h: same
* gst/elements/gstshaper.h: same
* gst/elements/gsttee.h: same
* gst/gstbin.c: doc fixes
* gst/gstbin.h: Remove unused definition.
* gst/gstbuffer.c: doc fixes
* gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
* gst/gstfilter.c: doc fixes
* gst/gsttag.c: doc fixes
* gst/gstvalue.c: doc fixes

20 years agodocs/pwg/advanced-types.xml: Document typefinding.
Ronald S. Bultje [Fri, 26 Mar 2004 01:53:06 +0000 (01:53 +0000)]
docs/pwg/advanced-types.xml: Document typefinding.

Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Document typefinding.
* docs/pwg/other-oneton.xml:
Document one-to-n elements, demuxers and parsers.

20 years agoconfigure.ac: Check bison version (bug #127838)
David Schleef [Thu, 25 Mar 2004 22:19:19 +0000 (22:19 +0000)]
configure.ac: Check bison version (bug #127838)

Original commit message from CVS:
reviewed by: David Schleef  <ds@schleef.org>
* configure.ac: Check bison version (bug #127838)

20 years agodocs/gst/gstreamer-docs.sgml: More fine tuning.
David Schleef [Thu, 25 Mar 2004 19:26:26 +0000 (19:26 +0000)]
docs/gst/gstreamer-docs.sgml: More fine tuning.

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml: More fine tuning.
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/gstautoplug.sgml:
* docs/gst/tmpl/gststaticautoplug.sgml:
* docs/gst/tmpl/gststaticautoplugrender.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstxml.sgml:

20 years agodocs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete...
David Schleef [Thu, 25 Mar 2004 04:20:33 +0000 (04:20 +0000)]
docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo...

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:  I got tired of the reference
manual being such complete crap, that I decided to do major
hacking of it.  This checkin replaces any fine tuning that
may have been done previously, with the benefit of actually
being complete for much of the API that was changed since
0.6.  Further fine tuning will occur shortly.  (bug #134721)
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/GstBin.sgml:
* docs/gst/tmpl/GstBuffer.sgml:
* docs/gst/tmpl/GstCaps.sgml:
* docs/gst/tmpl/GstClock.sgml:
* docs/gst/tmpl/GstCompat.sgml:
* docs/gst/tmpl/GstData.sgml:
* docs/gst/tmpl/GstElement.sgml:
* docs/gst/tmpl/GstEvent.sgml:
* docs/gst/tmpl/GstIndex.sgml:
* docs/gst/tmpl/GstStructure.sgml:
* docs/gst/tmpl/GstTag.sgml:
* docs/gst/tmpl/cothreads.sgml:
* docs/gst/tmpl/cothreads_compat.sgml:
* docs/gst/tmpl/gettext.sgml:
* docs/gst/tmpl/grammar.tab.sgml:
* docs/gst/tmpl/gst-i18n-app.sgml:
* docs/gst/tmpl/gst-i18n-lib.sgml:
* docs/gst/tmpl/gst.sgml:
* docs/gst/tmpl/gst_private.sgml:
* docs/gst/tmpl/gstaggregator.sgml:
* docs/gst/tmpl/gstarch.sgml:
* docs/gst/tmpl/gstatomic.sgml:
* docs/gst/tmpl/gstatomic_impl.sgml:
* docs/gst/tmpl/gstbin.sgml:
* docs/gst/tmpl/gstbuffer.sgml:
* docs/gst/tmpl/gstbufferstore.sgml:
* docs/gst/tmpl/gstcaps.sgml:
* docs/gst/tmpl/gstclock.sgml:
* docs/gst/tmpl/gstcompat.sgml:
* docs/gst/tmpl/gstconfig.sgml:
* docs/gst/tmpl/gstcpu.sgml:
* docs/gst/tmpl/gstdata.sgml:
* docs/gst/tmpl/gstdata_private.sgml:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstenumtypes.sgml:
* docs/gst/tmpl/gsterror.sgml:
* docs/gst/tmpl/gstevent.sgml:
* docs/gst/tmpl/gstfakesink.sgml:
* docs/gst/tmpl/gstfakesrc.sgml:
* docs/gst/tmpl/gstfilesink.sgml:
* docs/gst/tmpl/gstfilter.sgml:
* docs/gst/tmpl/gstindex.sgml:
* docs/gst/tmpl/gstinfo.sgml:
* docs/gst/tmpl/gstinterface.sgml:
* docs/gst/tmpl/gstlog.sgml:
* docs/gst/tmpl/gstmacros.sgml:
* docs/gst/tmpl/gstmarshal.sgml:
* docs/gst/tmpl/gstmd5sink.sgml:
* docs/gst/tmpl/gstmultifilesrc.sgml:
* docs/gst/tmpl/gstobject.sgml:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstparse.sgml:
* docs/gst/tmpl/gstpipeline.sgml:
* docs/gst/tmpl/gstplugin.sgml:
* docs/gst/tmpl/gstpluginfeature.sgml:
* docs/gst/tmpl/gstqueue.sgml:
* docs/gst/tmpl/gstreamer-unused.sgml:
* docs/gst/tmpl/gstregistry.sgml:
* docs/gst/tmpl/gstregistrypool.sgml:
* docs/gst/tmpl/gstscheduler.sgml:
* docs/gst/tmpl/gstsearchfuncs.sgml:
* docs/gst/tmpl/gstshaper.sgml:
* docs/gst/tmpl/gstspider.sgml:
* docs/gst/tmpl/gstspideridentity.sgml:
* docs/gst/tmpl/gststructure.sgml:
* docs/gst/tmpl/gstsystemclock.sgml:
* docs/gst/tmpl/gsttag.sgml:
* docs/gst/tmpl/gsttaginterface.sgml:
* docs/gst/tmpl/gsttee.sgml:
* docs/gst/tmpl/gstthread.sgml:
* docs/gst/tmpl/gsttrace.sgml:
* docs/gst/tmpl/gsttrashstack.sgml:
* docs/gst/tmpl/gsttypefind.sgml:
* docs/gst/tmpl/gsttypes.sgml:
* docs/gst/tmpl/gsturi.sgml:
* docs/gst/tmpl/gsturitype.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstvalue.sgml:
* docs/gst/tmpl/gstversion.sgml:
* docs/gst/tmpl/gstxml.sgml:
* docs/gst/tmpl/gstxmlregistry.sgml:
* docs/gst/tmpl/gthread-cothreads.sgml:
* docs/gst/tmpl/types.sgml:

20 years agodocs/pwg/: Documentation on how to write source and sink elements. Other stuff in...
Ronald S. Bultje [Thu, 25 Mar 2004 03:11:57 +0000 (03:11 +0000)]
docs/pwg/: Documentation on how to write source and sink elements. Other stuff in chapter 4 (1-to-n/demuxer, n-to-1/m...

Original commit message from CVS:
* docs/pwg/other-sink.xml:
* docs/pwg/other-source.xml:
Documentation on how to write source and sink elements. Other
stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
manager, autoplugger) are all still pending.

20 years agono dear, that dress doesn't make you look fat. You look fat even without it.
Benjamin Otte [Thu, 25 Mar 2004 02:43:28 +0000 (02:43 +0000)]
no dear, that dress doesn't make you look fat. You look fat even without it.

Original commit message from CVS:
no dear, that dress doesn't make you look fat. You look fat even without it.

20 years agoyes, dear, i'll leave the shoes at the front door
Benjamin Otte [Thu, 25 Mar 2004 02:17:40 +0000 (02:17 +0000)]
yes, dear, i'll leave the shoes at the front door

Original commit message from CVS:
yes, dear, i'll leave the shoes at the front door

20 years agoi'd probably prefer a bitchy wife to automake
Benjamin Otte [Thu, 25 Mar 2004 02:05:22 +0000 (02:05 +0000)]
i'd probably prefer a bitchy wife to automake

Original commit message from CVS:
i'd probably prefer a bitchy wife to automake

20 years agopleasing automake more
Benjamin Otte [Thu, 25 Mar 2004 01:55:31 +0000 (01:55 +0000)]
pleasing automake more

Original commit message from CVS:
pleasing automake more

20 years agowhoops, forgot to clean Makefile
Benjamin Otte [Thu, 25 Mar 2004 01:53:17 +0000 (01:53 +0000)]
whoops, forgot to clean Makefile

Original commit message from CVS:
whoops, forgot to clean Makefile

20 years agofix Makefile for buildbots
Benjamin Otte [Thu, 25 Mar 2004 01:32:26 +0000 (01:32 +0000)]
fix Makefile for buildbots

Original commit message from CVS:
fix Makefile for buildbots

20 years agotestsuite/elements/: add check to make sure gst-compprep works
Benjamin Otte [Thu, 25 Mar 2004 00:32:19 +0000 (00:32 +0000)]
testsuite/elements/: add check to make sure gst-compprep works

Original commit message from CVS:
* testsuite/elements/Makefile.am:
* testsuite/elements/gst-compprep-check:
add check to make sure gst-compprep works
* testsuite/elements/gst-inspect-check.in:
improve initialization output
* testsuite/gst-inspect-check:
remove old file

20 years agotestsuite/elements/: Add gst-inspect-check to the testsuite.
David Schleef [Wed, 24 Mar 2004 23:48:24 +0000 (23:48 +0000)]
testsuite/elements/: Add gst-inspect-check to the testsuite.

Original commit message from CVS:
* testsuite/elements/Makefile.am:
* testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
to the testsuite.

20 years agolibs/gst/control/: fix lvalue casts for real
Benjamin Otte [Wed, 24 Mar 2004 15:51:27 +0000 (15:51 +0000)]
libs/gst/control/: fix lvalue casts for real

Original commit message from CVS:
* libs/gst/control/dparam.c: (gst_dparam_attach),
(gst_dparam_detach):
* libs/gst/control/dparammanager.c: (gst_dpman_init):
fix lvalue casts for real

20 years agogst/schedulers/: fix GStreamer to not have issues with lvalue casts anymore (fixes...
Benjamin Otte [Wed, 24 Mar 2004 14:06:48 +0000 (14:06 +0000)]
gst/schedulers/: fix GStreamer to not have issues with lvalue casts anymore (fixes some bug, but bugzilla is down)

Original commit message from CVS:
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_src_wrapper):
* gst/schedulers/gstoptimalscheduler.c:
(gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
(pad_clear_queued), (gst_opt_scheduler_add_element),
(gst_opt_scheduler_remove_element):
fix GStreamer to not have issues with lvalue casts anymore (fixes
some bug, but bugzilla is down)

20 years agogst/gstelement.c: add documentation about a gobject quirk where the object hasn't...
Benjamin Otte [Wed, 24 Mar 2004 13:38:17 +0000 (13:38 +0000)]
gst/gstelement.c: add documentation about a gobject quirk where the object hasn't the correct class pointer set on in...

Original commit message from CVS:
* gst/gstelement.c:
add documentation about a gobject quirk where the object hasn't the
correct class pointer set on initialization
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_src_wrapper):
make sure to not run into an infinite loop

20 years agogst/gstutils.*: first argument of gst_util_dump_mem should be const
Benjamin Otte [Mon, 22 Mar 2004 22:23:50 +0000 (22:23 +0000)]
gst/gstutils.*: first argument of gst_util_dump_mem should be const

Original commit message from CVS:
* gst/gstutils.c: (gst_util_dump_mem):
* gst/gstutils.h:
first argument of gst_util_dump_mem should be const

20 years agogst/gstvalue.h: Clean up a little bit.
Johan Dahlin [Mon, 22 Mar 2004 15:35:06 +0000 (15:35 +0000)]
gst/gstvalue.h: Clean up a little bit.

Original commit message from CVS:
* gst/gstvalue.h: Clean up a little bit.

20 years agogst/: clean up used memory in this elements correctly on teardown (closes #137279)
Benjamin Otte [Sun, 21 Mar 2004 03:22:55 +0000 (03:22 +0000)]
gst/: clean up used memory in this elements correctly on teardown (closes #137279)

Original commit message from CVS:
reviewed by Benjamin Otte  <otte@gnome.org>
* gst/autoplug/gstspider.c: (gst_spider_dispose):
* gst/elements/gstaggregator.c: (gst_aggregator_finalize),
(gst_aggregator_class_init), (gst_aggregator_init):
* gst/elements/gstfilesrc.c: (gst_filesrc_init),
(gst_filesrc_dispose), (gst_filesrc_set_location):
* gst/elements/gstidentity.c: (gst_identity_finalize),
(gst_identity_class_init), (gst_identity_chain):
* gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
* gst/elements/gststatistics.c: (gst_statistics_finalize),
(gst_statistics_class_init):
* gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
(gst_tee_get_property):
clean up used memory in this elements correctly on teardown (closes
#137279)

20 years agoI'm too lazy to comment this
Colin Walters [Sat, 20 Mar 2004 23:35:59 +0000 (23:35 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

20 years agogst/registries/gstxmlregistry.c: Make registry saving atomic.
Colin Walters [Sat, 20 Mar 2004 20:24:49 +0000 (20:24 +0000)]
gst/registries/gstxmlregistry.c: Make registry saving atomic.

Original commit message from CVS:
2004-03-20  Colin Walters  <walters@verbum.org>

* gst/registries/gstxmlregistry.c:
(gst_xml_registry_open_func, gst_xml_registry_close_func): Make
registry saving atomic.

20 years agogst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use access...
Colin Walters [Sat, 20 Mar 2004 17:59:08 +0000 (17:59 +0000)]
gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use access() instead of actually creating and...

Original commit message from CVS:
2004-03-20  Colin Walters  <walters@verbum.org>

* gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use
access() instead of actually creating and deleting files.

20 years agoconfigure.ac: Remove HAVE_ATOMIC_H test, since it's unused. (bug #137625)
David Schleef [Thu, 18 Mar 2004 20:24:32 +0000 (20:24 +0000)]
configure.ac: Remove HAVE_ATOMIC_H test, since it's unused. (bug #137625)

Original commit message from CVS:
* configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
(bug #137625)

20 years agoupdated swedish translation
Thomas Vander Stichele [Thu, 18 Mar 2004 18:15:17 +0000 (18:15 +0000)]
updated swedish translation

Original commit message from CVS:
updated swedish translation

20 years agoupdated translation return silently when filesink not open
Thomas Vander Stichele [Thu, 18 Mar 2004 13:01:21 +0000 (13:01 +0000)]
updated translation return silently when filesink not open

Original commit message from CVS:
updated translation
return silently when filesink not open

20 years agodist common properly
Thomas Vander Stichele [Thu, 18 Mar 2004 12:14:43 +0000 (12:14 +0000)]
dist common properly

Original commit message from CVS:
dist common properly

20 years agofix
Thomas Vander Stichele [Wed, 17 Mar 2004 20:51:05 +0000 (20:51 +0000)]
fix

Original commit message from CVS:
fix

20 years agoadding afrikaans and swedish
Thomas Vander Stichele [Wed, 17 Mar 2004 18:03:17 +0000 (18:03 +0000)]
adding afrikaans and swedish

Original commit message from CVS:
adding afrikaans and swedish

20 years agouse release.mak
Thomas Vander Stichele [Wed, 17 Mar 2004 10:50:04 +0000 (10:50 +0000)]
use release.mak

Original commit message from CVS:
use release.mak

20 years agoadding monkeysaudio to uninstalled dirs
Thomas Vander Stichele [Wed, 17 Mar 2004 10:06:23 +0000 (10:06 +0000)]
adding monkeysaudio to uninstalled dirs

Original commit message from CVS:
adding monkeysaudio to uninstalled dirs

20 years agogst/gst.c: Fix some gettext strings to make them easier to translate. Required makin...
David Schleef [Wed, 17 Mar 2004 02:43:55 +0000 (02:43 +0000)]
gst/gst.c: Fix some gettext strings to make them easier to translate.  Required making the strings non-const.

Original commit message from CVS:
* gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
(gst_init_check_with_popt_table):  Fix some gettext strings to
make them easier to translate.  Required making the strings
non-const.

20 years agoback to cvs
Thomas Vander Stichele [Tue, 16 Mar 2004 12:41:36 +0000 (12:41 +0000)]
back to cvs

Original commit message from CVS:
back to cvs

20 years agoreleasing RELEASE-0_8_0
Thomas Vander Stichele [Tue, 16 Mar 2004 12:24:23 +0000 (12:24 +0000)]
releasing

Original commit message from CVS:
releasing

20 years agogst/schedulers/gstoptimalscheduler.c
Johan Dahlin [Tue, 16 Mar 2004 09:53:16 +0000 (09:53 +0000)]
gst/schedulers/gstoptimalscheduler.c

Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler

20 years agofix header inclusion
Thomas Vander Stichele [Mon, 15 Mar 2004 23:11:36 +0000 (23:11 +0000)]
fix header inclusion

Original commit message from CVS:
fix header inclusion

20 years agolibtool version bump
Thomas Vander Stichele [Mon, 15 Mar 2004 23:04:07 +0000 (23:04 +0000)]
libtool version bump

Original commit message from CVS:
libtool version bump

20 years agoadd padding
Thomas Vander Stichele [Mon, 15 Mar 2004 22:42:34 +0000 (22:42 +0000)]
add padding

Original commit message from CVS:
add padding

20 years agogst/elements/gstfdsrc.c: set the first parameter for select call correctly.
Benjamin Otte [Mon, 15 Mar 2004 19:49:36 +0000 (19:49 +0000)]
gst/elements/gstfdsrc.c: set the first parameter for select call correctly.

Original commit message from CVS:
* gst/elements/gstfdsrc.c: (gst_fdsrc_get):
set the first parameter for select call correctly.
(fixes #137230)

20 years agodon't mix tabs and spaces
Thomas Vander Stichele [Mon, 15 Mar 2004 19:27:17 +0000 (19:27 +0000)]
don't mix tabs and spaces

Original commit message from CVS:
don't mix tabs and spaces

20 years agogst/schedulers/gstoptimalscheduler.c
Johan Dahlin [Mon, 15 Mar 2004 19:24:35 +0000 (19:24 +0000)]
gst/schedulers/gstoptimalscheduler.c

Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
crash on MPEG playback. My boolean arithmetic is a bit rusty.

20 years agouncommit
Thomas Vander Stichele [Mon, 15 Mar 2004 18:22:45 +0000 (18:22 +0000)]
uncommit

Original commit message from CVS:
uncommit

20 years agotools/Makefile.am (EXTRA_DIST): Add gst-indent
Johan Dahlin [Mon, 15 Mar 2004 18:21:12 +0000 (18:21 +0000)]
tools/Makefile.am (EXTRA_DIST): Add gst-indent

Original commit message from CVS:
* tools/Makefile.am (EXTRA_DIST): Add gst-indent

20 years agodistcheck fixes
Thomas Vander Stichele [Mon, 15 Mar 2004 18:20:03 +0000 (18:20 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agosigh
Thomas Vander Stichele [Mon, 15 Mar 2004 17:57:22 +0000 (17:57 +0000)]
sigh

Original commit message from CVS:
sigh

20 years agofix tests
Thomas Vander Stichele [Mon, 15 Mar 2004 17:51:07 +0000 (17:51 +0000)]
fix tests

Original commit message from CVS:
fix tests

20 years agoignore some more
Thomas Vander Stichele [Mon, 15 Mar 2004 17:26:30 +0000 (17:26 +0000)]
ignore some more

Original commit message from CVS:
ignore some more

20 years agoautomake fix
Thomas Vander Stichele [Mon, 15 Mar 2004 16:59:53 +0000 (16:59 +0000)]
automake fix

Original commit message from CVS:
automake fix

20 years agofix registry in testsuite
Thomas Vander Stichele [Mon, 15 Mar 2004 16:54:28 +0000 (16:54 +0000)]
fix registry in testsuite

Original commit message from CVS:
fix registry in testsuite

20 years agouse versioned gst-register
Thomas Vander Stichele [Mon, 15 Mar 2004 16:44:36 +0000 (16:44 +0000)]
use versioned gst-register

Original commit message from CVS:
use versioned gst-register

20 years agoadd debugging fix comment blocks fix some -libs doc errors
Thomas Vander Stichele [Mon, 15 Mar 2004 15:16:04 +0000 (15:16 +0000)]
add debugging fix comment blocks fix some -libs doc errors

Original commit message from CVS:
add debugging
fix comment blocks
fix some -libs doc errors

20 years agoRevert again, this time without post-commit reindent hooks to put back the indentatio...
Johan Dahlin [Mon, 15 Mar 2004 14:43:35 +0000 (14:43 +0000)]
Revert again, this time without post-commit reindent hooks to put back the indentation :-)

Original commit message from CVS:
Revert again, this time without post-commit reindent hooks
to put back the indentation :-)

20 years agoRevert again, this time without post-commit reindent hooks to put back the indentatio...
Johan Dahlin [Mon, 15 Mar 2004 14:43:34 +0000 (14:43 +0000)]
Revert again, this time without post-commit reindent hooks to put back the indentation :-)

Original commit message from CVS:
Revert again, this time without post-commit reindent hooks
to put back the indentation :-)

20 years ago*.h: Revert indentation changes.
Johan Dahlin [Mon, 15 Mar 2004 14:31:41 +0000 (14:31 +0000)]
*.h: Revert indentation changes.

Original commit message from CVS:
* *.h: Revert indentation changes.

20 years ago*.h: Revert indentation changes.
Johan Dahlin [Mon, 15 Mar 2004 14:31:40 +0000 (14:31 +0000)]
*.h: Revert indentation changes.

Original commit message from CVS:
* *.h: Revert indentation changes.

20 years agoremoved in favor of gst-indent
Thomas Vander Stichele [Sun, 14 Mar 2004 23:27:45 +0000 (23:27 +0000)]
removed in favor of gst-indent

Original commit message from CVS:
removed in favor of gst-indent

20 years agog_error fix, m/m version fix BEFORE_INDENT
Thomas Vander Stichele [Sun, 14 Mar 2004 17:54:22 +0000 (17:54 +0000)]
g_error fix, m/m version fix

Original commit message from CVS:
g_error fix, m/m version fix

20 years agoadding info about cvs
Thomas Vander Stichele [Sun, 14 Mar 2004 17:41:13 +0000 (17:41 +0000)]
adding info about cvs

Original commit message from CVS:
adding info about cvs

20 years agoupdate
Thomas Vander Stichele [Sun, 14 Mar 2004 16:44:04 +0000 (16:44 +0000)]
update

Original commit message from CVS:
update

20 years agodon't spill paths from registry until we fix the generic case
Thomas Vander Stichele [Sun, 14 Mar 2004 16:40:24 +0000 (16:40 +0000)]
don't spill paths from registry until we fix the generic case

Original commit message from CVS:
don't spill paths from registry until we fix the generic case

20 years agogst-indent run on core
Thomas Vander Stichele [Sat, 13 Mar 2004 15:27:01 +0000 (15:27 +0000)]
gst-indent run on core

Original commit message from CVS:
gst-indent run on core

20 years agoadding gst-indent as a noinst tool
Thomas Vander Stichele [Sat, 13 Mar 2004 15:17:30 +0000 (15:17 +0000)]
adding gst-indent as a noinst tool

Original commit message from CVS:
adding gst-indent as a noinst tool

20 years agoadding serbian translation
Thomas Vander Stichele [Sat, 13 Mar 2004 11:30:19 +0000 (11:30 +0000)]
adding serbian translation

Original commit message from CVS:
adding serbian translation

20 years agogst/gstelement.c: add documentation note about gst_element_found_tags_for_pad not...
Benjamin Otte [Sat, 13 Mar 2004 10:14:05 +0000 (10:14 +0000)]
gst/gstelement.c: add documentation note about gst_element_found_tags_for_pad not being usable in getfunctions. (see ...

Original commit message from CVS:
* gst/gstelement.c:
add documentation note about gst_element_found_tags_for_pad not
being usable in getfunctions. (see #137042)

20 years agogst/gstcaps.h: jdahlin, what are you smoking? We can't just change API right now...
David Schleef [Sat, 13 Mar 2004 00:14:46 +0000 (00:14 +0000)]
gst/gstcaps.h: jdahlin, what are you smoking?  We can't just change API right now!  Readd gst_caps_is_simple() macro.

Original commit message from CVS:
* gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
change API right now!  Readd gst_caps_is_simple() macro.
* gst/gstelement.c: (gst_element_base_class_finalize): Fix
uninitialized variable.  I'd bet this caused crashes.
* gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.

20 years agoGtype->GType
Johan Dahlin [Fri, 12 Mar 2004 19:39:19 +0000 (19:39 +0000)]
Gtype->GType

Original commit message from CVS:
Gtype->GType

20 years agogst/gststructure.c (gst_structure_get_type): Ditto
Johan Dahlin [Fri, 12 Mar 2004 19:35:40 +0000 (19:35 +0000)]
gst/gststructure.c (gst_structure_get_type): Ditto

Original commit message from CVS:
* gst/gststructure.c (gst_structure_get_type): Ditto

* gst/gststructure.h: Ditto

20 years agogst/gst.c (init_post): call gst_caps_get_type() instead of _gst_caps_initalize()
Johan Dahlin [Fri, 12 Mar 2004 19:32:26 +0000 (19:32 +0000)]
gst/gst.c (init_post): call gst_caps_get_type() instead of _gst_caps_initalize()

Original commit message from CVS:
* gst/gst.c (init_post): call gst_caps_get_type() instead of
_gst_caps_initalize()

* gst/gstcaps.c: Style fixes, stay closer to glib and friends
(_gst_caps_initialize): Remove, in favor for gst_caps_get_type()

* gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
* gst/gstcaps.h: Clean up

20 years agogst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
Johan Dahlin [Fri, 12 Mar 2004 18:25:07 +0000 (18:25 +0000)]
gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro

Original commit message from CVS:
* gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
* gst/gstcaps.h: Clean up

20 years agocomment fix whitespace fixes
Thomas Vander Stichele [Fri, 12 Mar 2004 17:59:00 +0000 (17:59 +0000)]
comment fix whitespace fixes

Original commit message from CVS:
comment fix
whitespace fixes

20 years agogst/gstqueue.c: Reset default max. values in queues. Reason is simply to avoid braind...
Ronald S. Bultje [Fri, 12 Mar 2004 01:41:21 +0000 (01:41 +0000)]
gst/gstqueue.c: Reset default max. values in queues. Reason is simply to avoid braindead use. If you want wider value...

Original commit message from CVS:
* gst/gstqueue.c: (gst_queue_init):
Reset default max. values in queues. Reason is simply to avoid
braindead use. If you want wider values, use the properties. The
default is supposed to always work. Wider values would make this
beast a memory hog by default (250 full-PAL RGB32 video frames?
That's 440 MB! No thank you).

20 years agotools/gst-run.c: Fix crash when no relevant tools were found. (bug #136793)
David Schleef [Wed, 10 Mar 2004 23:52:02 +0000 (23:52 +0000)]
tools/gst-run.c: Fix crash when no relevant tools were found.  (bug #136793)

Original commit message from CVS:
* tools/gst-run.c: (main):  Fix crash when no relevant tools
were found.  (bug #136793)

20 years agoShut up gcc 3.2
Johan Dahlin [Wed, 10 Mar 2004 17:01:57 +0000 (17:01 +0000)]
Shut up gcc 3.2

Original commit message from CVS:
Shut up gcc 3.2

20 years agogst/schedulers/gstoptimalscheduler.c
Johan Dahlin [Wed, 10 Mar 2004 16:47:06 +0000 (16:47 +0000)]
gst/schedulers/gstoptimalscheduler.c

Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Implement unlink for elements with
links to elements within the same group, so we can finally remove
that annoying warning. Refactor the code a little bit
(group_dec_links_for_element): Split out

20 years agopackaging guidelines
Thomas Vander Stichele [Wed, 10 Mar 2004 13:45:38 +0000 (13:45 +0000)]
packaging guidelines

Original commit message from CVS:
packaging guidelines

20 years agodocs/manual/dparams-app.xml: Fix to handle double dparams. (bug #134863)
David Schleef [Tue, 9 Mar 2004 20:36:18 +0000 (20:36 +0000)]
docs/manual/dparams-app.xml: Fix to handle double dparams. (bug #134863)

Original commit message from CVS:
* docs/manual/dparams-app.xml:  Fix to handle double dparams.
(bug #134863)

20 years agofix gettext domain
Thomas Vander Stichele [Tue, 9 Mar 2004 19:43:55 +0000 (19:43 +0000)]
fix gettext domain

Original commit message from CVS:
fix gettext domain

20 years agoback to cvs
Thomas Vander Stichele [Tue, 9 Mar 2004 19:06:49 +0000 (19:06 +0000)]
back to cvs

Original commit message from CVS:
back to cvs

20 years agoreleasing 0.7.6 RELEASE-0_7_6
Thomas Vander Stichele [Tue, 9 Mar 2004 17:50:43 +0000 (17:50 +0000)]
releasing 0.7.6

Original commit message from CVS:
releasing 0.7.6

20 years agoadd GstGError to help the bindings
Thomas Vander Stichele [Tue, 9 Mar 2004 14:44:36 +0000 (14:44 +0000)]
add GstGError to help the bindings

Original commit message from CVS:
add GstGError to help the bindings

20 years agoFree leaked g_timer on early return
Jan Schmidt [Tue, 9 Mar 2004 13:33:11 +0000 (13:33 +0000)]
Free leaked g_timer on early return

Original commit message from CVS:
Free leaked g_timer on early return

20 years agobetter debug info
Thomas Vander Stichele [Tue, 9 Mar 2004 13:23:14 +0000 (13:23 +0000)]
better debug info

Original commit message from CVS:
better debug info

20 years agodocs/pwg/advanced-types.xml: Add cinepak description.
Ronald S. Bultje [Tue, 9 Mar 2004 04:43:21 +0000 (04:43 +0000)]
docs/pwg/advanced-types.xml: Add cinepak description.

Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Add cinepak description.

20 years agomore debugging
Thomas Vander Stichele [Mon, 8 Mar 2004 17:47:52 +0000 (17:47 +0000)]
more debugging

Original commit message from CVS:
more debugging

20 years agoremove \n
Thomas Vander Stichele [Mon, 8 Mar 2004 17:13:35 +0000 (17:13 +0000)]
remove \n

Original commit message from CVS:
remove \n

20 years agoremove conflict line in changelog
Thomas Vander Stichele [Mon, 8 Mar 2004 09:20:31 +0000 (09:20 +0000)]
remove conflict line in changelog

Original commit message from CVS:
remove conflict line in changelog

20 years agodocs/random/mimetypes: Added cinepak description
David Schleef [Sun, 7 Mar 2004 22:06:24 +0000 (22:06 +0000)]
docs/random/mimetypes: Added cinepak description

Original commit message from CVS:
* docs/random/mimetypes:  Added cinepak description

20 years agogst/gstbin.c (gst_bin_remove): Debugging fixes.
Andy Wingo [Sun, 7 Mar 2004 14:33:13 +0000 (14:33 +0000)]
gst/gstbin.c (gst_bin_remove): Debugging fixes.

Original commit message from CVS:
2004-03-07  Andy Wingo  <wingo@pobox.com>

* gst/gstbin.c (gst_bin_remove): Debugging fixes.

* gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
there are no links to other groups when a group is destroyed.
(gst_opt_scheduler_pad_unlink): If the unlink means an element is
removed from a group, make sure the link count to elements linked
to other pads is appropriately decremented. This really fixes
#135672.

The 1.60->1.61 patch has been reapplied in light of this fix.

* gst/gstelement.c (gst_element_dispose): Really protect against
multiple invocations this time.