gstreamer/gst
Wim Taymans 8c26c22f2c element: fix posting of async-start messages
When an element lost its state but was busy doing a state change, still post the
async-start message with the base_time reset flag or else we might end up with
an old base_time.

this can happen when a sink is goin async to paused and then a flushing seek is
performed. This would cause the base_time to remain unmodified because the
async-start message was not sent.
2009-05-12 10:20:53 +02:00
..
parse
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h Remove some compatibility stuff for GLib < 2.14 2009-03-26 11:08:27 +01:00
gst-i18n-app.h
gst-i18n-lib.h
gst.c xmlregistry: remove the old xml registry 2009-05-12 00:09:58 +01:00
gst.h taskpool: add new object to manage threads 2009-05-12 00:22:19 +02:00
gst_private.h xmlregistry: remove the old xml registry 2009-05-12 00:09:58 +01:00
gstbin.c bin: fix debug message 2009-05-11 23:41:52 +01:00
gstbin.h docs: explain ref ownership for handle_message implementations 2009-04-02 13:32:58 +02:00
gstbuffer.c gstbuffer: avoid typechecks in finalize 2009-05-11 22:35:08 +02:00
gstbuffer.h docs: Improve some docs 2009-03-12 10:48:21 +01:00
gstbus.c gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_init 2009-04-04 10:18:42 +02:00
gstbus.h
gstcaps.c docs: improve API reference for gst_caps_get_structure() 2009-04-03 11:20:32 +01:00
gstcaps.h
gstchildproxy.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstchildproxy.h
gstclock.c docs: xref more 2009-04-08 18:13:42 +03:00
gstclock.h docs: use real <note> tags as they look nice in new gtk-doc 2009-04-14 22:33:25 +03:00
gstcompat.h
gstconfig.h.in
gstdebugutils.c build: define stubs when disabling gst-debug subsystem. Fixes #575922 2009-03-23 16:21:58 +02:00
gstdebugutils.h
gstelement.c element: fix posting of async-start messages 2009-05-12 10:20:53 +02:00
gstelement.h
gstelementfactory.c Avoid unneeded type checks 2009-05-11 22:35:09 +02:00
gstelementfactory.h
gsterror.c
gsterror.h
gstevent.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstevent.h docs: Improve some docs 2009-03-12 10:48:21 +01:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c logging: some additional logging for tracing caps negotiation. 2009-03-10 21:13:40 +02:00
gstghostpad.h
gstindex.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstindex.h
gstindexfactory.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstindexfactory.h
gstinfo.c info: Support new printf extensions in glibc 2.10 2009-05-11 21:30:14 +01:00
gstinfo.h gstdebug: compete stubs. Fixes #579177. 2009-04-17 15:01:46 +03:00
gstinterface.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstinterface.h
gstiterator.c docs: fix linking to constant and functions 2009-03-12 00:41:24 +02:00
gstiterator.h
gstmacros.h
gstmarshal.list
gstmessage.c message: clarify some docs 2009-05-11 23:53:52 +02:00
gstmessage.h GstMessage: Add STREAM_STATUS message methods 2009-05-11 23:47:22 +02:00
gstminiobject.c
gstminiobject.h
gstobject.c Avoid unneeded type checks 2009-05-11 22:35:09 +02:00
gstobject.h gstobject: add gst_object_ref_sink 2009-05-11 22:35:08 +02:00
gstpad.c Pad: post STREAM_STATUS_TYPE_CREATE 2009-05-12 00:27:10 +02:00
gstpad.h gstpad: fix gst_pad_can_link() 2009-03-18 17:01:16 +01:00
gstpadtemplate.c Use new _ref_sink when we can 2009-05-11 22:35:09 +02:00
gstpadtemplate.h
gstparamspecs.c paramspecs: revert gst_param_spec_is_mutable() for release 2009-04-16 00:48:11 +01:00
gstparamspecs.h paramspecs: revert gst_param_spec_is_mutable() for release 2009-04-16 00:48:11 +01:00
gstparse.c
gstparse.h
gstpipeline.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstpipeline.h
gstplugin.c API: Add gst_plugin_register_static_full() 2009-05-12 09:02:45 +02:00
gstplugin.h API: Add gst_plugin_register_static_full() 2009-05-12 09:02:45 +02:00
gstpluginfeature.c Avoid unneeded type checks 2009-05-11 22:35:09 +02:00
gstpluginfeature.h
gstpoll.c gstpoll: Corrected a documentation typo. 2009-03-26 19:33:41 +01:00
gstpoll.h GstPoll: add methods to use gstpoll for timeouts 2009-02-03 17:49:02 +01:00
gstpreset.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstpreset.h
gstquark.c quark: add "object" quark 2009-05-11 23:47:06 +02:00
gstquark.h quark: add "object" quark 2009-05-11 23:47:06 +02:00
gstquery.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstquery.h API: add GST_QUERY_CAST 2009-03-20 00:39:41 +00:00
gstregistry.c Avoid unneeded type checks 2009-05-11 22:35:09 +02:00
gstregistry.h
gstregistrybinary.c Avoid unneeded type checks 2009-05-11 22:35:09 +02:00
gstregistrybinary.h
gstsegment.c Use g_slice_copy instead of g_slice_dup. 2009-04-03 13:47:35 +02:00
gstsegment.h
gststructure.c gststructure: Only use methods used in g_* checks if glib checks are disabled 2009-04-04 14:35:34 +02:00
gststructure.h
gstsystemclock.c Use new _ref_sink when we can 2009-05-11 22:35:09 +02:00
gstsystemclock.h docs: add simple doc blurb 2009-04-14 19:12:52 +02:00
gsttaglist.c tags: API: Add functions to add single tags to GstTagList or GstTagSetter 2009-05-12 09:02:44 +02:00
gsttaglist.h tags: API: Add functions to add single tags to GstTagList or GstTagSetter 2009-05-12 09:02:44 +02:00
gsttagsetter.c tags: API: Add functions to add single tags to GstTagList or GstTagSetter 2009-05-12 09:02:44 +02:00
gsttagsetter.h tags: API: Add functions to add single tags to GstTagList or GstTagSetter 2009-05-12 09:02:44 +02:00
gsttask.c GstTask: fix compilation 2009-05-12 00:34:44 +02:00
gsttask.h GstTask: add methods for configuring the pool 2009-05-12 00:26:58 +02:00
gsttaskpool.c TaskPool: remove _set_func() 2009-05-12 00:27:38 +02:00
gsttaskpool.h TaskPool: remove _set_func() 2009-05-12 00:27:38 +02:00
gsttrace.c
gsttrace.h
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gsttypefindfactory.h
gsturi.c GstURIHandler: Use get_type_full() vmethod if specified instead of get_type() 2009-05-12 09:02:44 +02:00
gsturi.h
gstutils.c docs: remove errant gtk-doc comment marker triggering a warning 2009-04-16 00:48:12 +01:00
gstutils.h Remove some compatibility stuff for GLib < 2.14 2009-03-26 11:08:27 +01:00
gstvalue.c Remove unused increments as detect by LLVM's CLang static analyzer. 2009-04-03 12:56:57 +02:00
gstvalue.h
gstversion.h.in Replace some mentions of CVS by GIT 2009-02-08 10:28:59 +01:00
gstxml.c gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions 2009-04-04 10:20:36 +02:00
gstxml.h
Makefile.am xmlregistry: remove the old xml registry 2009-05-12 00:09:58 +01:00