gstreamer/gst
Wim Taymans dc44130c0e add gst_caps_copy_nth as a more general replacement for copy_1.
Original commit message from CVS:
* docs/design/part-TODO.txt:
* gst/elements/gstfakesink.c: (gst_fakesink_event),
(gst_fakesink_chain):
* gst/elements/gstfakesink.h:
* gst/elements/gstfakesrc.c: (gst_fakesrc_loop),
(gst_fakesrc_activate):
* gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
(gst_filesrc_open_file), (gst_filesrc_loop),
(gst_filesrc_activate), (gst_filesrc_change_state),
(filesrc_find_peek), (gst_filesrc_type_find):
* gst/gstcaps.c: (gst_caps_copy_nth):
* gst/gstcaps.h:
* gst/gstelement.c: (gst_element_add_pad),
(gst_element_remove_pad), (iterate_pad),
(gst_element_get_state_func), (gst_element_commit_state),
(gst_element_set_state), (gst_element_pads_activate),
(gst_element_change_state), (gst_element_dispose):
* gst/gstutils.c: (gst_element_finish_preroll):
* gst/gstutils.h:
* tools/gst-launch.c: (check_intr):
add gst_caps_copy_nth as a more general replacement for
copy_1.
Slightly change the finish_preroll helper function to
include pad flush/active.
Small cleanups in fakesrc.
Add STREAM_LOCK in filesrc.
2005-02-16 15:18:18 +00:00
..
autoplug gst/autoplug/gstspideridentity.c: Don't crash if that function is not implemented. 2004-11-07 17:16:31 +00:00
elements add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
indexers keep this up to date, since I seem to be the only one who cares about not missing files on commits 2004-07-21 21:37:31 +00:00
parse gst/: Fix scheduler distribution. 2004-12-29 10:49:28 +00:00
registries Clock updates, remove deprecated methods, simplify operations. 2004-12-31 10:44:46 +00:00
schedulers Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
.gitignore keep this up to date, since I seem to be the only one who cares about not missing files on commits 2004-07-21 21:37:31 +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 Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gst.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gst_private.h gst/: More MT safety fixes following the desing doc. 2004-12-09 21:08:13 +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
gstatomic.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
gstatomic.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstatomic_impl.h gst/gstatomic_impl.h: Enable atomic code for x86_64 2004-07-30 23:32:52 +00:00
gstbin.c Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstbin.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstbuffer.c remove buffer_join and keep buffer_merge but move to gstutils 2005-02-11 16:39:14 +00:00
gstbuffer.h remove buffer_join and keep buffer_merge but move to gstutils 2005-02-11 16:39:14 +00:00
gstbus.c Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstbus.h More state change fixes. 2005-01-18 10:52:08 +00:00
gstcaps.c add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
gstcaps.h add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
gstclock.c Added more docs. 2005-02-11 15:50:53 +00:00
gstclock.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstcompat.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstconfig.h.in remove unused .def files and export symbols using GST_PLUGIN_DEFINE 2004-07-25 11:07:03 +00:00
gstcpu.c More state change fixes. 2005-01-18 10:52:08 +00:00
gstcpu.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstdata.c More state change fixes. 2005-01-18 10:52:08 +00:00
gstdata.h adding gstdata tests, cleaning up source files 2004-12-21 15:51:09 +00:00
gstdata_private.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstelement.c add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
gstelement.h gst/: Re-add gst_element_class_install_std_props, move to gstutils.h. 2005-02-01 17:26:44 +00:00
gstelementfactory.c commiting wim's preliminary threaded work to a branch 2004-12-08 17:40:37 +00:00
gsterror.c merge docs from HEAD remove unused and unneeded error to combat inflation 2005-02-11 13:04:02 +00:00
gsterror.h merge docs from HEAD remove unused and unneeded error to combat inflation 2005-02-11 13:04:02 +00:00
gstevent.c gst/gstevent.c: stop time can be -1. 2005-02-11 16:44:57 +00:00
gstevent.h Added more docs. 2005-02-11 15:50:53 +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 Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstformat.h Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstindex.c commiting wim's preliminary threaded work to a branch 2004-12-08 17:40:37 +00:00
gstindex.h fix for #150242 2004-08-16 10:35:36 +00:00
gstinfo.c gst/: Inline refcounting.. not sure why it wasn't before. 2005-02-03 17:05:21 +00:00
gstinfo.h Clock updates, remove deprecated methods, simplify operations. 2004-12-31 10:44:46 +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 Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstiterator.h Removed schedulers and compat stuff. 2005-01-26 10:56: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 gst/gstmarshal.list: add missing marshaller, fixes build 2004-11-03 21:01:44 +00:00
gstmemchunk.c Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +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 Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstmessage.h Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstobject.c gst/: Inline refcounting.. not sure why it wasn't before. 2005-02-03 17:05:21 +00:00
gstobject.h add _get/_set_name_prefix() for debugging. Update docs. 2004-12-14 11:47:44 +00:00
gstpad.c testsuite/caps/value_serialize.c: merge from HEAD. 2005-02-10 19:40:23 +00:00
gstpad.h More state change fixes. 2005-01-18 10:52:08 +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 Added more docs. 2005-02-11 15:50:53 +00:00
gstpipeline.h Added more docs. 2005-02-11 15:50:53 +00:00
gstplugin.c More state change fixes. 2005-01-18 10:52:08 +00:00
gstplugin.h commiting wim's preliminary threaded work to a branch 2004-12-08 17:40:37 +00:00
gstpluginfeature.c Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstpluginfeature.h Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstprobe.c Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstprobe.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstquery.c Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstquery.h Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gstqueue.c Bus cleanups. 2005-01-11 14:58:12 +00:00
gstqueue.h Bus cleanups. 2005-01-11 14:58:12 +00:00
gstregistry.c gst/gstregistry.c: refuse to add plugins when a plugin with same name is already registered. Fixes a bunch of "How to... 2004-05-10 00:35:59 +00:00
gstregistry.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +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 Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gstscheduler.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gststructure.c testsuite/caps/value_serialize.c: merge from HEAD. 2005-02-10 19:40:23 +00:00
gststructure.h testsuite/caps/value_serialize.c: merge from HEAD. 2005-02-10 19:40:23 +00:00
gstsystemclock.c Added more docs. 2005-02-11 15:50:53 +00:00
gstsystemclock.h Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gsttag.c fix some Werror stuff 2005-02-11 14:47:16 +00:00
gsttag.h gst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed to using it. 2004-04-13 02:22:02 +00:00
gsttaginterface.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
gsttaginterface.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsttaglist.c fix some Werror stuff 2005-02-11 14:47:16 +00:00
gsttaglist.h gst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed to using it. 2004-04-13 02:22:02 +00:00
gsttagsetter.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
gsttagsetter.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsttask.c Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gsttask.h Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gsttrace.c gst/gstinfo.h: Add missing inline function. 2004-05-10 18:07:24 +00:00
gsttrace.h gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler 2004-07-03 04:59:12 +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 Clock fixes. Added async callbacks and clock unscheduling. 2005-01-06 18:17:12 +00:00
gsttypefind.c commiting wim's preliminary threaded work to a branch 2004-12-08 17:40:37 +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 Removed schedulers and compat stuff. 2005-01-26 10:56:09 +00:00
gsturi.c gst/gsturi.c (gst_uri_get_location): unescape string escape string. 2004-10-11 09:44:05 +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 add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
gstutils.h add gst_caps_copy_nth as a more general replacement for copy_1. 2005-02-16 15:18:18 +00:00
gstvalue.c gst/: Deprecate _type_is_fixed, use _value_is_fixed instead, since the fixedness depends on the content. 2004-11-29 17:02:09 +00:00
gstvalue.h gst/: Deprecate _type_is_fixed, use _value_is_fixed instead, since the fixedness depends on the content. 2004-11-29 17:02:09 +00:00
gstversion.h.in fix non-gtk-doc comment blocks 2003-12-24 14:39:46 +00:00
gstxml.c fix memleaks - #150001 2004-08-17 09:16:42 +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 various build and spec file fixes 2005-01-11 12:05:02 +00:00
Makefile.am.future Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... 2001-05-29 12:43:21 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00