gstreamer/gst
Wim Taymans d5be929bf8 gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs.
Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_event), (gst_base_sink_get_times),
(gst_base_sink_do_sync), (gst_base_sink_change_state):
* gst/base/gstbasesink.h:
Store and use discont values when syncing buffers as described
in design docs.

* gst/base/gstbasesrc.c: (gst_base_src_send_discont),
(gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start),
(gst_base_src_activate_push):
Push discont event when starting.

* gst/elements/gstidentity.c: (gst_identity_transform):
Small cleanups.

* gst/gstbin.c: (gst_bin_change_state):
Small cleanups in base_time  distribution.

* gst/gstelement.c: (gst_element_set_base_time),
(gst_element_get_base_time), (gst_element_change_state):
* gst/gstelement.h:
Added methods for the base_time of the element.
Some MT fixes.

* gst/gstpipeline.c: (gst_pipeline_send_event),
(gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
(gst_pipeline_get_last_stream_time):
* gst/gstpipeline.h:
MT fixes.
Handle seeking as described in design doc, remove stream_time
hack.
Cleanups clock and stream_time selection code. Added accessors
for the stream_time.
2005-07-16 14:41:25 +00:00
..
base gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
elements gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
indexers ignore more 2005-06-17 09:32:19 +00:00
parse gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the source couldn't negotiate. 2005-07-13 16:26:07 +00:00
registries gst/registries/gstlibxmlregistry.c: plug more leaks. A simple gst_init() now is leakfree, yay. 2005-07-08 16:16:29 +00:00
schedulers gst/schedulers/threadscheduler.c: Unlock the STREAM_LOCK completely. 2005-07-07 14:01:47 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
cothreads.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
cothreads.h gst/: implement gst_pad_collect as replacement for gst_pad_select. 2004-04-04 02:36:12 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
gst-i18n-app.h Enable NLS under Windows 2004-06-12 10:45:54 +00:00
gst-i18n-lib.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gst.c valgrind unit tests as check-local; add gst_deinit 2005-07-11 15:10:40 +00:00
gst.h valgrind unit tests as check-local; add gst_deinit 2005-07-11 15:10:40 +00:00
gst_private.h Bump version number, we're now 0.9.0 2005-03-09 11:08:18 +00:00
gstarch.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstbin.c gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
gstbin.h examples/: Update a couple of the examples to work again. 2005-07-06 16:22:47 +00:00
gstbuffer.c gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or not it comes from a malloc region. Make sure our copy ... 2005-07-12 17:04:41 +00:00
gstbuffer.h gst/gstbuffer.h: Added convenience macros for setting buffers in GValue. 2005-06-22 09:55:16 +00:00
gstbus.c check/gst/gstbin.c: add test for state change message on a bin 2005-07-09 15:18:53 +00:00
gstbus.h gst/gstbus.*: Implement a real GSource and use g_main_context_wakeup() to signal new messages instead of the socketpair. 2005-05-26 10:48:53 +00:00
gstcaps.c tools/gst-typefind.c: Update, add copyright block. 2005-07-15 11:04:18 +00:00
gstcaps.h gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro (#157311). 2005-07-15 16:10:41 +00:00
gstclock.c gst/: Fix name lookup in GstBin. 2005-05-05 09:28:01 +00:00
gstclock.h gst/base/gstbasesink.c: Small debug line. 2005-06-29 11:10:44 +00:00
gstcompat.h First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstconfig.h.in merges from 0.8 for 64 bit issues 2005-05-02 15:20:30 +00:00
gstelement.c gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
gstelement.h gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
gstelementfactory.c check/gst/gstbin.c: add test for state change message on a bin 2005-07-09 15:18:53 +00:00
gstelementfactory.h gst/: Move elementfactory methods to separate .h file. 2005-05-30 15:51:40 +00:00
gsterror.c gst/gsterror.c (_gst_core_errors_init): Use the magic word.. 2005-07-16 14:06:21 +00:00
gsterror.h gst/gstcaps.c: Remove debug info. 2005-07-14 18:10:04 +00:00
gstevent.c doc fixes 2005-06-29 12:23:35 +00:00
gstevent.h check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstfilter.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstfilter.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstformat.c First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstformat.h First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstghostpad.c check/gst/gstbin.c: Make elements silent as the deep_notify refs the parent, which might make the test fail. 2005-07-16 13:50:37 +00:00
gstghostpad.h gst/gstutils.c: RPAD fixes all around. 2005-06-08 22:16:27 +00:00
gstindex.c First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstindex.h fix for #150242 2004-08-16 10:35:36 +00:00
gstinfo.c Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic. 2005-04-24 22:49:45 +00:00
gstinfo.h Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic. 2005-04-24 22:49:45 +00:00
gstinterface.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +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 Added GstBin test. 2005-03-09 16:10:59 +00:00
gstiterator.h adding basetransform and iterator docs 2005-06-27 14:40:09 +00:00
gstmacros.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstmarshal.list check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstmemchunk.c pkgconfig/: New files. 2005-04-06 11:08:07 +00:00
gstmemchunk.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstmessage.c Totally dump messages in -launch with the -m option. 2005-07-15 10:30:49 +00:00
gstmessage.h gst/base/gstbasetransform.c: Added more debug info in the negotiate process. 2005-07-12 17:17:34 +00:00
gstminiobject.c check/Makefile.am: add two more tests for valgrinding 2005-07-11 18:41:49 +00:00
gstminiobject.h gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any remaining buffer. 2005-06-27 18:35:05 +00:00
gstobject.c gst/gstobject.c (gst_object_unref, gst_object_ref) 2005-06-28 09:17:14 +00:00
gstobject.h gst/base/gstbasesink.c: Small debug line. 2005-06-29 11:10:44 +00:00
gstpad.c gst/gstcaps.c: Remove debug info. 2005-07-14 18:10:04 +00:00
gstpad.h gst/gstcaps.c: Remove debug info. 2005-07-14 18:10:04 +00:00
gstparse.c gst/gstparse.c: Free the GString used in _gst_parse_escape() 2004-04-21 22:56:59 +00:00
gstparse.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
gstpipeline.c gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
gstpipeline.h gst/base/gstbasesink.*: Store and use discont values when syncing buffers as described in design docs. 2005-07-16 14:41:25 +00:00
gstplugin.c gst/gstplugin.c: apply patch from #172526 to make register work on MacOSX 2005-05-03 12:46:47 +00:00
gstplugin.h gst/: Remove gst_library_load as it does more harm than good with the new g_module flags. 2005-04-25 13:00:47 +00:00
gstpluginfeature.c First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstpluginfeature.h First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... 2005-03-07 18:27:42 +00:00
gstprobe.c check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstprobe.h check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstquery.c gst/gstquery.*: Remove old types 2005-07-07 08:43:17 +00:00
gstquery.h gst/gstquery.*: Remove old types 2005-07-07 08:43:17 +00:00
gstqueryutils.c Remove old query functions. Ported old code. 2005-05-09 10:53:13 +00:00
gstqueryutils.h Remove old query functions. Ported old code. 2005-05-09 10:53:13 +00:00
gstqueue.c gst/gstcaps.c: Remove debug info. 2005-07-14 18:10:04 +00:00
gstqueue.h gst/: Fix state changes for non sinks. We now change sinks, then elements with unconnected srcpads, then the rest. 2005-05-25 19:33:39 +00:00
gstregistry.c add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will only scan the GST_PLUGIN_PATH locations, and not add system... 2005-06-29 12:25:05 +00:00
gstregistry.h gst/: Fix macro's for Mingw (fixes #162276). 2005-01-05 11:15:04 +00:00
gstregistrypool.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstregistrypool.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstscheduler.c check/gst/gstbin.c: add test for state change message on a bin 2005-07-09 15:18:53 +00:00
gstscheduler.h Next big merge. 2005-03-21 17:34:02 +00:00
gststructure.c check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gststructure.h check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... 2005-06-22 19:22:34 +00:00
gstsystemclock.c valgrind unit tests as check-local; add gst_deinit 2005-07-11 15:10:40 +00:00
gstsystemclock.h Small typo fixes, doc updates. 2005-05-30 15:48:45 +00:00
gsttag.c check/Makefile.am: add gsttag 2005-06-19 11:32:42 +00:00
gsttag.h added docs for the TAG defines 2005-01-18 14:15:30 +00:00
gsttaginterface.c gst/gsttaginterface.c: Some documentation fixes (#307394 and #307397). 2005-06-30 10:59:34 +00:00
gsttaginterface.h Next big merge. 2005-03-21 17:34:02 +00:00
gsttaglist.c check/Makefile.am: add gsttag 2005-06-19 11:32:42 +00:00
gsttaglist.h added docs for the TAG defines 2005-01-18 14:15:30 +00:00
gsttagsetter.c gst/gsttaginterface.c: Some documentation fixes (#307394 and #307397). 2005-06-30 10:59:34 +00:00
gsttagsetter.h Next big merge. 2005-03-21 17:34:02 +00:00
gsttask.c gst/: Implement gst_pad_pause/start/stop_task(), take STREAM lock in task function. 2005-05-25 11:50:11 +00:00
gsttask.h gst/: Right, two problems here: ghostpads don't take locks and glib _rec_mutex_lock_full() with depth==0 still locks. 2005-06-25 19:37:59 +00:00
gsttrace.c gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any remaining buffer. 2005-06-27 18:35:05 +00:00
gsttrace.h gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any remaining buffer. 2005-06-27 18:35:05 +00:00
gsttrashstack.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsttrashstack.h gst/gsttrashstack.h: Ooohh. a nasty one! After having a failed pop() from the stack, it's possible that the stack is ... 2005-04-26 18:07:45 +00:00
gsttypefind.c gst/: Make gst_caps_replace() work like other _replace() functions. 2005-04-20 09:10:42 +00:00
gsttypefind.h docs/gst/Makefile.am: Disable a bunch of headers from being scanned 2004-03-30 07:36:19 +00:00
gsttypes.h Added support for live sources and other elements that cannot do preroll. 2005-06-23 10:37:09 +00:00
gsturi.c *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
gsturi.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsturitype.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +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 gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the source couldn't negotiate. 2005-07-13 16:26:07 +00:00
gstutils.h gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the source couldn't negotiate. 2005-07-13 16:26:07 +00:00
gstvalue.c check/Makefile.am: add two more tests for valgrinding 2005-07-11 18:41:49 +00:00
gstvalue.h gst/gstvalue.h: Mark _gst_reserved[] as private 2005-01-06 01:08:23 +00:00
gstversion.h.in gst/gstversion.h.in: Protect header. 2004-12-09 13:37:18 +00:00
gstxml.c GCC 4 fixen. 2005-05-04 21:29:44 +00:00
gstxml.h docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331) 2004-08-18 21:46:55 +00:00
Makefile.am Remove old probes, add new g-signal-based probes and some utility functions. 2005-06-29 15:51:25 +00:00