gstreamer/gst
Andy Wingo 153931fa86 check/gst/gstevent.c (create_custom_events): Check that
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* check/gst/gstevent.c (create_custom_events): Check that
FLUSH_STOP is serialized.

* check/elements/identity.c (event_func):
* check/elements/fakesrc.c (event_func): No stream lock, the core
takes it.

* gst/base/gstbasetransform.c (gst_base_transform_event): No more
stream lock taking, yay.

* gst/gstevent.h (GST_EVENT_FLUSH_STOP): Marked as serialized to
ensure that core takes the stream lock.

* gst/base/gstbasesrc.c (gst_base_src_do_seek): Update for stream
lock name change.

* gst/base/gstbasesink.c (gst_base_sink_event): No need to take
the stream lock for EOS, NEWSEGMENT, or FLUSH_STOP, the core does
it already. For the flush start we do take it though so we get the
right preroll state change messages.

* gst/gstqueue.c (gst_queue_sink_activate_push): No need to take
the stream lock here, the core does it for us.

* gst/gstpad.h (GST_PAD_GET_STREAM_LOCK): Renamed from
GST_STREAM_GET_LOCK.
(GST_PAD_STREAM_LOCK, GST_PAD_STREAM_TRYLOCK)
(GST_PAD_STREAM_UNLOCK, GST_PAD_STREAM_UNLOCK_FULL)
(GST_PAD_STREAM_LOCK_FULL): Renamed from GST_STREAM_*.
(GST_PAD_GET_PREROLL_LOCK): Renamed from GST_PREROLL_GET_LOCK.
(GST_PAD_PREROLL_LOCK, GST_PAD_PREROLL_TRYLOCK)
(GST_PAD_PREROLL_UNLOCK): Renamed from GST_PREROLL_*.

* gst/gstpad.c: Update for stream lock name change.

* gst/base/gstbasesink.c: Update for preroll lock name change.
2005-11-21 17:21:15 +00:00
..
base check/gst/gstevent.c (create_custom_events): Check that 2005-11-21 17:21:15 +00:00
check gst/gstpad.*: add gst_pad_new_from_static_template functions 2005-11-16 16:09:49 +00:00
elements More segment updates, replace code in plugins with segment helper functions. 2005-11-21 17:09:45 +00:00
indexers configure.ac: use the gettext macro 2005-10-16 09:20:52 +00:00
net gst/net/gstnetclientclock.c: Turn off debugging. 2005-11-18 15:52:24 +00:00
parse whitespace fixes 2005-10-15 15:30:24 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
glib-compat.c gst/: use gst_object_ref when setting the pad template; this will trigger the pad template leaks on GLib 2.6 and the ... 2005-11-16 12:40:18 +00:00
glib-compat.h gst/: use gst_object_ref when setting the pad template; this will trigger the pad template leaks on GLib 2.6 and the ... 2005-11-16 12:40:18 +00:00
gst-i18n-app.h Enable NLS under Windows 2004-06-12 10:45:54 +00:00
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: fix docs. popt is death, long live GOption. 2005-11-01 17:45:46 +00:00
gst.h Added segment helper structure and methods. Not fully implemented yet. 2005-11-20 19:11:09 +00:00
gst_private.h check/gst/gstvalue.c: Add a deserialisation test for fractions 2005-11-20 17:12:49 +00:00
gstbin.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstbin.h Make message handling overridable. 2005-11-19 18:28:40 +00:00
gstbuffer.c gst/gstbuffer.c: Copy more flags. 2005-11-11 18:25:50 +00:00
gstbuffer.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstbus.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstbus.h gst/gstbus.c: Don't leak a mutex unlock in case of an error. 2005-11-04 12:08:19 +00:00
gstcaps.c gst/: docs fixes 2005-11-18 16:04:28 +00:00
gstcaps.h Make a proper enum of the flag. 2005-11-20 13:28:11 +00:00
gstchildproxy.c various style fixes 2005-10-15 16:01:57 +00:00
gstchildproxy.h ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over from 0.8 2005-08-22 21:03:33 +00:00
gstclock.c gst/: Convert Clock flags to object flags. 2005-11-21 17:12:50 +00:00
gstclock.h gst/: Convert Clock flags to object flags. 2005-11-21 17:12:50 +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 various style fixes 2005-10-15 16:01:57 +00:00
gstelement.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstelement.h *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstelementfactory.c I'm too lazy to comment this 2005-10-15 16:16:04 +00:00
gstelementfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsterror.c gst/gsterror.*: document 2005-11-18 18:55:24 +00:00
gsterror.h docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstevent.c gst/gstevent.h (GST_EVENT_FILLER): Removed. Can be added back during the stable series if we need it. Fixes #319178. 2005-11-21 13:03:36 +00:00
gstevent.h check/gst/gstevent.c (create_custom_events): Check that 2005-11-21 17:21:15 +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 Doc fixes. 2005-11-20 14:50:43 +00:00
gstformat.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstghostpad.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstghostpad.h check/gst/gstghostpad.c: Added test for removing an element with ghostpad from a bin. 2005-07-29 19:22:28 +00:00
gstindex.c gst/gstindex.h (GstIndex): Add field for user_data_destroy. We don't have a dispose function, so it won't get called ... 2005-11-19 17:26:27 +00:00
gstindex.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstindexfactory.c various style fixes 2005-10-15 16:01:57 +00:00
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c more docs added 2005-11-04 20:12:01 +00:00
gstinfo.h more docs fixes, add new api to the docs 2005-11-21 15:47:09 +00:00
gstinterface.c various style fixes 2005-10-15 16:01:57 +00:00
gstinterface.h put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE ... 2004-07-21 11:32:09 +00:00
gstiterator.c gst/gstiterator.c: Fix revision data. 2005-11-09 16:32:49 +00:00
gstiterator.h gst/gstiterator.*: Fix iterator docs. 2005-11-09 15:31:08 +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 gst/gstmessage.c: Improve docs for DURATION message (usage of duration parameter) (#320113) 2005-11-21 10:41:03 +00:00
gstmessage.h gst/base/gstbasesrc.c: some debug changes 2005-11-16 11:06:07 +00:00
gstminiobject.c gst/gstbuffer.c: Copy more flags. 2005-11-11 18:25:50 +00:00
gstminiobject.h gst/gstbuffer.c: Copy more flags. 2005-11-11 18:25:50 +00:00
gstobject.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstobject.h *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstpad.c check/gst/gstevent.c (create_custom_events): Check that 2005-11-21 17:21:15 +00:00
gstpad.h check/gst/gstevent.c (create_custom_events): Check that 2005-11-21 17:21:15 +00:00
gstpadtemplate.c I'm too lazy to comment this 2005-10-15 16:16:04 +00:00
gstpadtemplate.h gst/gstmessage.c: Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648). 2005-11-17 09:37:55 +00:00
gstparse.c gst/: Another 1% more coverage. 2005-10-20 20:46:17 +00:00
gstparse.h And 2% more doc coverage. 2005-10-21 11:36:32 +00:00
gstpipeline.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstpipeline.h renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition 2005-10-12 14:28:39 +00:00
gstplugin.c I'm too lazy to comment this 2005-10-15 16:16:04 +00:00
gstplugin.h docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstpluginfeature.c docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstpluginfeature.h gst/gstmessage.c: Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648). 2005-11-17 09:37:55 +00:00
gstquery.c Doc fixes. 2005-11-20 14:50:43 +00:00
gstquery.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstqueue.c check/gst/gstevent.c (create_custom_events): Check that 2005-11-21 17:21:15 +00:00
gstqueue.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstregistry.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstregistry.h gst/gstregistry.*: added missing docs 2005-11-04 15:02:48 +00:00
gstregistryxml.c gst/: remove functions copied from GLib 2.6 2005-11-16 12:25:22 +00:00
gstsegment.c More segment updates, replace code in plugins with segment helper functions. 2005-11-21 17:09:45 +00:00
gstsegment.h More segment updates, replace code in plugins with segment helper functions. 2005-11-21 17:09:45 +00:00
gststructure.c Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) 2005-11-21 14:28:21 +00:00
gststructure.h Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) 2005-11-21 14:28:21 +00:00
gstsystemclock.c gst/: Convert Clock flags to object flags. 2005-11-21 17:12:50 +00:00
gstsystemclock.h Doc updates. 2005-10-28 18:14:24 +00:00
gsttaglist.c gsttaglist.h: Whoops, foreach function returns void. Also fix some constness. 2005-11-19 16:05:11 +00:00
gsttaglist.h gsttaglist.h: Whoops, foreach function returns void. Also fix some constness. 2005-11-19 16:05:11 +00:00
gsttagsetter.c various style fixes 2005-10-15 16:01:57 +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 *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gsttask.h *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gsttrace.c docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gsttrace.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsttypefind.c gst/: 2005-11-09 16:44:40 +00:00
gsttypefind.h gst/: 2005-11-09 16:44:40 +00:00
gsttypefindfactory.c gst/gsttypefindfactory.c: Fix docs. 2005-11-09 17:06:20 +00:00
gsttypefindfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gsturi.c Document GstURIHandler 2005-11-09 15:34:46 +00:00
gsturi.h gst/: Fix docs. 2005-11-09 16:16:41 +00:00
gsturitype.c various style fixes 2005-10-15 16:01:57 +00:00
gsturitype.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstutils.c *.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) 2005-11-21 16:34:26 +00:00
gstutils.h gst/gstutils.h: gst/gstutils.c (g_static_rec_cond_wait) 2005-11-19 17:50:52 +00:00
gstvalue.c gst/gstvalue.c: Fix wrong function calls for arrays. 2005-11-21 14:52:56 +00:00
gstvalue.h docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
gstversion.h.in add gst_version_string () 2005-10-16 14:32:57 +00:00
gstxml.c more section docs 2005-11-14 15:15:43 +00:00
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 Added segment helper structure and methods. Not fully implemented yet. 2005-11-20 19:11:09 +00:00