gstreamer/gst
Wim Taymans e599053491 gst/gstbin.c: Move the common code for posting state-change messages into one function.
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
(gst_bin_change_state_func), (bin_push_state_continue),
(bin_handle_async_start), (bin_handle_async_done),
(gst_bin_handle_message_func):
Move the common code for posting state-change messages into
one function.
Broadcast the state signal after we posted the messages.
Mark the bin as busy when it's doing a state-change.
Make sure async-start/done messages don't interfere with the bin's
state when it's busy.
After the state change, let the bin check which elements completed the
state change while it was busy so that it can update its state.
2007-06-19 10:41:33 +00:00
..
parse gst/parse/: Update the prebuild parser sources. 2007-04-19 14:32:49 +00:00
.gitignore ignore more 2006-07-02 12:52:09 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
glib-compat-private.h gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
gst-i18n-app.h The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a... 2006-07-03 14:14:48 +00:00
gst-i18n-lib.h Make --disable-nls to work 2007-04-18 10:58:31 +00:00
gst.c API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00
gst.h API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00
gst_private.h gst/: On win32, all the __declspec stuff for symbol exporting is apparently only needed with MSVC, but doesn't work w... 2007-01-05 13:23:02 +00:00
gstbin.c gst/gstbin.c: Move the common code for posting state-change messages into one function. 2007-06-19 10:41:33 +00:00
gstbin.h gst/gstbin.*: Immediatly commit the toplevel bin state when receiving an async-done message. This enables us to avoid... 2007-06-18 15:12:28 +00:00
gstbuffer.c API: add gst_buffer_try_new_and_alloc() plus unit test (#431940). 2007-04-26 10:00:49 +00:00
gstbuffer.h API: add gst_buffer_try_new_and_alloc() plus unit test (#431940). 2007-04-26 10:00:49 +00:00
gstbus.c API: gst_bus_timed_pop() 2007-02-27 17:22:07 +00:00
gstbus.h API: gst_bus_timed_pop() 2007-02-27 17:22:07 +00:00
gstcaps.c docs/design/draft-klass.txt: Add existing category analysis. 2007-02-13 09:10:53 +00:00
gstcaps.h gst/gstcaps.h: Add extra initialisers for Caps things, to fix some plugin warnings when using -Wextra 2006-09-20 16:17:26 +00:00
gstchildproxy.c gst/gstchildproxy.c: Invert precondition check to be alike the ones in the mimiced gobject api. 2007-03-14 13:40:28 +00:00
gstchildproxy.h More docs coverage and some ChangeLog surgery (add missing names) 2007-02-15 12:05:09 +00:00
gstclock.c Improve _adjust_unlocked() so that it overflows less. 2007-04-05 10:06:20 +00:00
gstclock.h Improve _adjust_unlocked() so that it overflows less. 2007-04-05 10:06:20 +00:00
gstcompat.h docs/gst/gstreamer-sections.txt: ultral33t func10ns deserve to appear in the docs actualy 2005-08-30 08:17:48 +00:00
gstconfig.h.in 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480. 2007-04-20 08:39:35 +00:00
gstelement.c gst/gstbin.*: Immediatly commit the toplevel bin state when receiving an async-done message. This enables us to avoid... 2007-06-18 15:12:28 +00:00
gstelement.h docs/gst/gstreamer-sections.txt: Add new element field and method. 2007-03-19 10:47:56 +00:00
gstelementfactory.c gst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order to disable option parsing for embedded systems. 2007-05-12 23:53:08 +00:00
gstelementfactory.h gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference to the design doc for more information an... 2007-02-04 16:14:19 +00:00
gsterror.c gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804). 2007-04-12 12:59:49 +00:00
gsterror.h gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804). 2007-04-12 12:59:49 +00:00
gstevent.c Typo fixes; minor docs addition. 2007-04-28 11:29:54 +00:00
gstevent.h docs/gst/gstreamer-sections.txt: Add docs for new methods. 2007-02-02 11:48:48 +00:00
gstfilter.c docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstfilter.h docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstformat.c gst/gstformat.c: Fix locking order (must take lock before using n_values). 2006-09-17 19:26:16 +00:00
gstformat.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstghostpad.c Make the ghostpad a parent of the internal pad again for better backward compatibility. Don't write code that relies ... 2007-02-20 18:02:50 +00:00
gstghostpad.h Refactored *_new() functions. 2006-08-31 10:59:11 +00:00
gstindex.c Fix leak spotted by coverity checker. Fixes #343827 2006-06-07 08:38:30 +00:00
gstindex.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstindexfactory.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 20:57:31 +00:00
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c gst/gstinfo.c: g_hash_table_insert() needs a cast to a non-const pointer duh. 2006-10-26 00:00:34 +00:00
gstinfo.h configure.ac: comment about refining the xml deps 2007-01-29 15:54:09 +00:00
gstinterface.c various style fixes 2005-10-15 16:01:57 +00:00
gstinterface.h gst/gstinterface.h: GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal 2006-05-10 10:26:55 +00:00
gstiterator.c doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' 2006-01-27 22:34:51 +00:00
gstiterator.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstmacros.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstmarshal.list check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstmessage.c Add ASYNC_START and ASYNC_DONE messages to prepare for latency support. 2007-03-19 09:55:02 +00:00
gstmessage.h docs/design/part-synchronisation.txt: Small addition. 2007-05-21 12:05:14 +00:00
gstminiobject.c gst/gst.c: Ignore EINTR when reading from the child registry pipe. 2006-12-09 18:48:57 +00:00
gstminiobject.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstobject.c gst/gstobject.c: Fix signal signature. 2007-06-05 16:25:06 +00:00
gstobject.h 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480. 2007-04-20 08:39:35 +00:00
gstpad.c gst/gstpad.c: Fix typo in the docs. 2007-06-15 14:37:28 +00:00
gstpad.h gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst_element_request_pad, gst_element_class_... 2007-05-22 06:37:37 +00:00
gstpadtemplate.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +00:00
gstpadtemplate.h docs/libs/Makefile.am: Fix path to core docs. 2007-02-11 19:59:12 +00:00
gstparamspecs.c gst/gstparamspecs.c: Since this file doesn't include "gst.h" it will not go through the macros that disable GST_LOG i... 2007-06-14 16:07:09 +00:00
gstparamspecs.h API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00
gstparse.c gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropriate error code, we can just retu... 2007-05-09 16:32:07 +00:00
gstparse.h gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropriate error code, we can just retu... 2007-05-09 16:32:07 +00:00
gstpipeline.c gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst_element_request_pad, gst_element_class_... 2007-05-22 06:37:37 +00:00
gstpipeline.h gst/gstelement.*: Improve docs a little. Added Since: for new macro. 2007-02-28 16:43:43 +00:00
gstplugin.c gst/gstplugin.c: If we fail to load a plugin because of unresolved symbols or missing libraries and spew a warning to... 2007-05-16 19:35:46 +00:00
gstplugin.h gst/gstplugin.h: Fix and expand GstPluginDesc API docs. 2007-01-30 15:04:33 +00:00
gstpluginfeature.c Fix refcounting of gst_plugin_feature_load to match the docs. 2006-12-07 12:11:14 +00:00
gstpluginfeature.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstquark.c Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo... 2006-08-16 11:47:54 +00:00
gstquark.h Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo... 2006-08-16 11:47:54 +00:00
gstquery.c gst/gstquery.c: Remove old structure field. 2007-02-02 18:08:32 +00:00
gstquery.h docs/gst/gstreamer-sections.txt: Add docs for new methods. 2007-02-02 11:48:48 +00:00
gstregistry.c gst/: Don't print a g_warning for any failure to load a shared object. 2007-05-11 10:56:48 +00:00
gstregistry.h commit binary registry (disabled by default, see #359653) 2007-01-11 13:45:51 +00:00
gstregistrybinary.c gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. Do code cleanups. 2007-04-26 07:32:08 +00:00
gstregistrybinary.h gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. Do code cleanups. 2007-04-26 07:32:08 +00:00
gstregistryxml.c gst/gstregistryxml.c (load_feature, load_plugin): Drop some normal-case logs down to LOG, raise errors to WARNING. 2007-02-09 13:41:24 +00:00
gstsegment.c gst/gstobject.c: Fix signal signature. 2007-06-05 16:25:06 +00:00
gstsegment.h docs/design/part-qos.txt: Fix typo. 2006-10-09 16:33:29 +00:00
gststructure.c docs/design/draft-latency.txt: Updates. 2007-01-09 15:38:58 +00:00
gststructure.h gst/gststructure.*: Add API for setting values into structures without performing a quark lookup, if the appropriate ... 2006-07-26 17:04:45 +00:00
gstsystemclock.c gst/gstsystemclock.c: Fix anoying regression that survived a few releases. When adding an async entry while blocking ... 2007-03-22 11:58:08 +00:00
gstsystemclock.h Doc updates. 2005-10-28 18:14:24 +00:00
gsttaglist.c API: add GST_TAG_REFERENCE_LEVEL (#403597). 2007-02-12 10:50:20 +00:00
gsttaglist.h API: add GST_TAG_REFERENCE_LEVEL (#403597). 2007-02-12 10:50:20 +00:00
gsttagsetter.c gst/: Add more docs regarding tag merge-modes and when to send tags. Fix 'since' statement for new tag. 2007-01-18 12:00:23 +00:00
gsttagsetter.h gst/gsttagsetter.h: Can't cast ifaces to a class 2006-06-01 18:22:14 +00:00
gsttask.c gst/gstpad.c: Improve debugging for task functions. 2006-08-23 16:51:19 +00:00
gsttask.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gsttrace.c gst/: Remove newlines at end of debug log strings. 2007-03-07 17:26:49 +00:00
gsttrace.h gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist... 2006-07-18 09:42:31 +00:00
gsttypefind.c doc indent fix 2006-05-24 09:00:47 +00:00
gsttypefind.h gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a GType gets registered for GstTypeFind p... 2006-05-18 14:25:00 +00:00
gsttypefindfactory.c Fix refcounting of gst_plugin_feature_load to match the docs. 2006-12-07 12:11:14 +00:00
gsttypefindfactory.h gst/: Fix memory leak in GstTypeFindFactory. 2005-11-29 23:56:20 +00:00
gsturi.c gst/gsturi.c: Don't leak plugin feature. 2007-05-11 14:46:10 +00:00
gsturi.h Typo fixes; minor docs addition. 2007-04-28 11:29:54 +00:00
gstutils.c gst/gstutils.c: Small docs addition. 2007-06-07 17:22:47 +00:00
gstutils.h gst/gstutils.h: Reword some documentation. 2007-05-13 20:11:27 +00:00
gstvalue.c API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00
gstvalue.h gst/gstvalue.*: Use these optimizations only internaly. 2006-08-20 15:55:12 +00:00
gstversion.h.in configure.ac: use new AS_VERSION and AS_NANO macros 2006-04-01 09:41:43 +00:00
gstxml.c Typo fixes (#366212). 2006-10-28 15:42:29 +00:00
gstxml.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
Makefile.am API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00