gstreamer/gst
Wim Taymans cc28efc239 check/: Moved sinks2 testcode in sinks check.
Original commit message from CVS:
* check/Makefile.am:
* check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
* check/states/sinks2.c:
Moved sinks2 testcode in sinks check.

* gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
(gst_bin_remove_func), (gst_bin_recalc_state),
(gst_bin_change_state_func), (bin_bus_handler):
Fix potential race condition when _get_state() iterated over an
ASYNC element right before it posted a state completion.

* gst/gstclock.h:
Do proper cast here.

* gst/gstevent.c: (gst_event_new_newsegment),
(gst_event_parse_newsegment):
A playback rate of 0.0 is not allowed.
2005-10-12 08:38:06 +00:00
..
base forgot this one 2005-10-11 17:33:25 +00:00
check configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076) 2005-09-15 05:58:37 +00:00
elements Added extra flag to newsegment for future API freeze. 2005-10-11 16:28:49 +00:00
indexers check/Makefile.am: Fix environment variables. 2005-09-18 06:59:25 +00:00
parse gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGE 2005-10-11 16:05:16 +00:00
schedulers check/Makefile.am: Fix environment variables. 2005-09-18 06:59:25 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
gettext.h
glib-compat.c gst/glib-compat.*: Attempt #4 to appease the buildbots. 2005-09-15 01:34:52 +00:00
glib-compat.h gst/: Convergence is near. Seriously. 2005-09-15 01:38:33 +00:00
gst-i18n-app.h
gst-i18n-lib.h gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGE 2005-10-11 16:05:16 +00:00
gst.c gst/gst.c: split plugin paths correctly 2005-10-11 16:54:41 +00:00
gst.h Merged in popt removal + GOption addition patch from Ronald, bug #169772. 2005-10-10 15:53:59 +00:00
gst_private.h gst/: widen the debug category in output to fit the biggest one we have add a bus category and use it play with the c... 2005-10-06 09:49:42 +00:00
gstbin.c check/: Moved sinks2 testcode in sinks check. 2005-10-12 08:38:06 +00:00
gstbin.h gst/gstbin.*: Prepare to make current EOS message queue more generic. 2005-10-11 15:05:55 +00:00
gstbuffer.c if we log our init, should also log finalize 2005-10-11 09:14:59 +00:00
gstbuffer.h various doc fixes 2005-09-11 12:57:36 +00:00
gstbus.c gst/: Small cleanups and doc updates. 2005-10-08 08:00:37 +00:00
gstbus.h gst/base/gstbasesink.c: Better log message. 2005-10-08 14:57:09 +00:00
gstcaps.c gst/: doc updates 2005-10-10 09:48:21 +00:00
gstcaps.h various doc fixes 2005-09-11 12:57:36 +00:00
gstchildproxy.c gst/: Make ChildProxy threadsafe and fix mem leaks. 2005-10-08 09:24:25 +00:00
gstchildproxy.h
gstclock.c docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gstclock.h check/: Moved sinks2 testcode in sinks check. 2005-10-12 08:38:06 +00:00
gstcompat.h
gstconfig.h.in gst/gstconfig.h.in: Psych out gtk-doc. 2005-09-22 12:05:05 +00:00
gstelement.c check/: Check fixes, use API as stated in design docs, remove hacks. 2005-10-10 16:38:26 +00:00
gstelement.h check/: Check fixes, use API as stated in design docs, remove hacks. 2005-10-10 16:38:26 +00:00
gstelementfactory.c more docs 2005-10-08 18:07:20 +00:00
gstelementfactory.h
gsterror.c gst/gsterror.c: Add another error string used in a few existing plugins. 2005-10-04 11:10:04 +00:00
gsterror.h gst/gsterror.h: Remove comment. GST_TYPE_G_ERROR is here to stay, 2005-09-27 09:29:04 +00:00
gstevent.c check/: Moved sinks2 testcode in sinks check. 2005-10-12 08:38:06 +00:00
gstevent.h Added extra flag to newsegment for future API freeze. 2005-10-11 16:28:49 +00:00
gstfilter.c Various documentation updates. 2005-09-24 14:14:03 +00:00
gstfilter.h
gstformat.c Add a GType to GstIterator, update callsites and tests. 2005-10-07 00:14:45 +00:00
gstformat.h gst/gstformat.h: Added precision in the comments for GST_FORMAT_DEFAULT 2005-10-04 15:04:50 +00:00
gstghostpad.c gst/gstghostpad.c: Activating a ghostpad with no internal pad in push mode is ok. 2005-10-07 12:52:15 +00:00
gstghostpad.h
gstindex.c more docs inlined, splitted gstindex.{c,h} 2005-09-20 20:40:00 +00:00
gstindex.h added more docs 2005-09-25 18:34:49 +00:00
gstindexfactory.c gst/gstconfig.h.in: Psych out gtk-doc. 2005-09-22 12:05:05 +00:00
gstindexfactory.h more docs inlined, splitted gstindex.{c,h} 2005-09-20 20:40:00 +00:00
gstinfo.c more docs, fix compilation 2005-10-09 20:49:46 +00:00
gstinfo.h more docs, fix compilation 2005-10-09 20:49:46 +00:00
gstinterface.c inlined more docs 2005-09-21 08:58:48 +00:00
gstinterface.h
gstiterator.c gst/gstiterator.c: Fix my previous commit: GTypes passed to gst_iterator_new() can be fundamental types. 2005-10-10 15:58:32 +00:00
gstiterator.h Add a GType to GstIterator, update callsites and tests. 2005-10-07 00:14:45 +00:00
gstmacros.h more leaks plumbed, added more debug-logging 2005-09-20 10:41:03 +00:00
gstmarshal.list
gstmemchunk.c
gstmemchunk.h
gstmessage.c gst/gstmessage.c: Fixed a few forgotten variables on previous commit 2005-10-09 20:19:48 +00:00
gstmessage.h gst/gstbin.*: Prepare to make current EOS message queue more generic. 2005-10-11 15:05:55 +00:00
gstminiobject.c lots of new docs and doc fixes 2005-10-08 14:48:17 +00:00
gstminiobject.h lots of new docs and doc fixes 2005-10-08 14:48:17 +00:00
gstobject.c indent ifdefs 2005-10-05 11:50:49 +00:00
gstobject.h lots of new docs and doc fixes 2005-10-08 14:48:17 +00:00
gstpad.c gst/gstpad.c (pre_activate): Renamed from pre_activate_switch, take the mode we're going to as an arg. Go head and se... 2005-10-11 15:23:10 +00:00
gstpad.h docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gstpadtemplate.c inlined two more docs factored gstpadtemplate out of gstpad 2005-09-25 11:19:22 +00:00
gstpadtemplate.h remove queryutils headers after moving the two used functions to gstquery. also fixes build problem for gstsiddec 2005-09-26 15:03:43 +00:00
gstparse.c
gstparse.h
gstpipeline.c docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gstpipeline.h check/: Check fixes, use API as stated in design docs, remove hacks. 2005-10-10 16:38:26 +00:00
gstplugin.c gst/: Only ever load one plugin for a given plugin basename. 2005-10-08 13:57:17 +00:00
gstplugin.h gst/: Only ever load one plugin for a given plugin basename. 2005-10-08 13:57:17 +00:00
gstpluginfeature.c gst/: widen the debug category in output to fit the biggest one we have add a bus category and use it play with the c... 2005-10-06 09:49:42 +00:00
gstpluginfeature.h more docs inlined, splitted gstindex.{c,h} 2005-09-20 20:40:00 +00:00
gstquery.c Add a GType to GstIterator, update callsites and tests. 2005-10-07 00:14:45 +00:00
gstquery.h remove queryutils headers after moving the two used functions to gstquery. also fixes build problem for gstsiddec 2005-09-26 15:03:43 +00:00
gstqueue.c gst/base/gstbasesink.c: Better log message. 2005-10-08 14:57:09 +00:00
gstqueue.h gst/base/gstbasesink.c: Better log message. 2005-10-08 14:57:09 +00:00
gstregistry.c gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGE 2005-10-11 16:05:16 +00:00
gstregistry.h docs/gst/Makefile.am: Ignore a few more internal headers 2005-09-20 06:28:33 +00:00
gstregistryxml.c gst/: Only ever load one plugin for a given plugin basename. 2005-10-08 13:57:17 +00:00
gststructure.c gst/gstmessage.c (gst_message_parse_state_changed): Use gst_structure_get_enum instead of gst_structure_get_int 2005-09-29 02:32:37 +00:00
gststructure.h gst/gstmessage.c (gst_message_parse_state_changed): Use gst_structure_get_enum instead of gst_structure_get_int 2005-09-29 02:32:37 +00:00
gstsystemclock.c gst/: Small cleanups and doc updates. 2005-10-08 08:00:37 +00:00
gstsystemclock.h docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gsttaglist.c more docs 2005-10-08 18:07:20 +00:00
gsttaglist.h gst/: Remove the requirement for sub-classes to call the parent implementation of prepare_output_buffer with a wrappe... 2005-09-12 13:45:04 +00:00
gsttagsetter.c renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack 2005-09-07 13:22:16 +00:00
gsttagsetter.h gst/: Remove the requirement for sub-classes to call the parent implementation of prepare_output_buffer with a wrappe... 2005-09-12 13:45:04 +00:00
gsttask.c
gsttask.h
gsttrace.c renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack 2005-09-07 13:22:16 +00:00
gsttrace.h renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack 2005-09-07 13:22:16 +00:00
gsttrashstack.c renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack 2005-09-07 13:22:16 +00:00
gsttrashstack.h
gsttypefind.c check/Makefile.am: Fix environment variables. 2005-09-18 06:59:25 +00:00
gsttypefind.h gst/: splitted gsttypefind into gsttypefind, gsttypefindfactory 2005-09-07 12:35:23 +00:00
gsttypefindfactory.c gst/gstconfig.h.in: Psych out gtk-doc. 2005-09-22 12:05:05 +00:00
gsttypefindfactory.h check/gst/gstplugin.c: More testing 2005-09-16 03:46:14 +00:00
gsturi.c remove 2005-09-15 00:13:26 +00:00
gsturi.h
gsturitype.c
gsturitype.h
gstutils.c docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gstutils.h docs/design/part-states.txt: Some more docs. 2005-10-11 11:08:52 +00:00
gstvalue.c gst/: doc updates 2005-10-10 09:48:21 +00:00
gstvalue.h Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of utility functions along with a hack that che... 2005-09-22 15:08:02 +00:00
gstversion.h.in
gstxml.c
gstxml.h added two new functions to the docs documents all undocumented GstXXXFlags completed some incomplete docs 2005-09-27 20:40:35 +00:00
Makefile.am remove queryutils headers after moving the two used functions to gstquery. also fixes build problem for gstsiddec 2005-09-26 15:03:43 +00:00