gstreamer/gst
Wim Taymans 12a0211728 gst/gstthread.c: Ref the thread object in the GThread mainloop. Break out of the thread mainloop if it holds the last...
Original commit message from CVS:
* gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
(gst_thread_child_state_change), (gst_thread_main_loop):
Ref the thread object in the GThread mainloop. Break out of the
thread mainloop if it holds the last ref. This properly exits
the threads when disposing the thread from its own context. It
also avoids possible deadlocks in the dispose function.
2004-11-25 12:46:50 +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 gst/elements/: Subtract size of internally stored data from position queries. 2004-11-08 15:45:31 +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 Since parse can do 'element name=a:b' make 'a:b.' work as well. 2004-10-19 09:38:20 +00:00
registries gst/registries/gstxmlregistry.c (gst_xml_registry_open_func): Don't use O_EXCL to open temporary registry. It will p... 2004-08-10 17:28:19 +00:00
schedulers fix build after commit of fair :) 2004-11-08 18:51:12 +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 docs/manual/quotes.xml: add a quote 2004-11-11 15:40:00 +00:00
gst.h moved docs to sgml files added first batch of docs provided by ronald 2004-08-31 17:14:03 +00:00
gst_private.h gst/elements/gstfilesrc.c: compute mapsize correctly 2004-05-11 16:20:41 +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 gst/gstqueue.c (gst_queue_init, gst_queue_link_sink) 2004-11-22 23:50:37 +00:00
gstbin.h revert state change changes as agreed so we can rework them gradually 2004-07-29 20:33:49 +00:00
gstbuffer.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstbuffer.h add flag, reorder GstBuffer docs 2004-08-12 10:56:40 +00:00
gstcaps.c revert preferred caps 2004-09-26 17:35:08 +00:00
gstcaps.h revert preferred caps 2004-09-26 17:35:08 +00:00
gstclock.c A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstclock.h gst/gstclock.h: GST_SECOND shouldn't cause a conversion to unsigned. 2004-07-11 18:19:54 +00:00
gstcompat.h reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +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 gst/gstcpu.c: Fix problem when using 2004-06-14 18:15:23 +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 gst/gsttag.c: Add a tag merge func for pointers. The header was there all along, but the function wasn't. (guile-gstr... 2004-07-14 15:28:51 +00:00
gstdata.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +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 gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstelement.h gst/gstelement.h: Don't GST_ERROR_OBJECT smpty strings - Solaris doesn't like NULL strings. 2004-07-15 02:26:48 +00:00
gstelementfactory.c gst/gstpad.c: check that caps are fixed 2004-07-29 15:29:37 +00:00
gsterror.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gsterror.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
gstevent.c debugging fixes 2004-07-07 16:50:30 +00:00
gstevent.h gst/autoplug/gstspideridentity.c: extra debugging 2004-07-08 13:49:14 +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 remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstformat.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstindex.c gst/gstindex.c: Fix overflows in comparison code. (bug #142819) 2004-05-20 19:32:34 +00:00
gstindex.h fix for #150242 2004-08-16 10:35:36 +00:00
gstinfo.c docs/manual/quotes.xml: add a quote 2004-11-11 15:40:00 +00:00
gstinfo.h added some more docs, removed two obsolete defines 2004-11-03 09:21:01 +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
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 remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +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
gstobject.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstobject.h gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler 2004-07-03 04:59:12 +00:00
gstpad.c gst/gstpad.c (gst_pad_collectv): Fix the return line. 2004-11-07 20:10:18 +00:00
gstpad.h gst/gsttag.c: Add a tag merge func for pointers. The header was there all along, but the function wasn't. (guile-gstr... 2004-07-14 15:28:51 +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/gstpipeline.c: call gst_scheduler_reset on dispose (fixes #141416) 2004-05-12 23:43:03 +00:00
gstpipeline.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstplugin.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstplugin.h moved docs to sgml files added first batch of docs provided by ronald 2004-08-31 17:14:03 +00:00
gstpluginfeature.c gst/: don't use memchunks for these objects, use malloc instead 2004-04-09 19:05:03 +00:00
gstpluginfeature.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstprobe.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
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 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
gstquery.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstqueue.c gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when it is necessary to wait. 2004-11-24 18:54:35 +00:00
gstqueue.h Fix binary compatibility with 0.8.{0-3}. Closes bug 148692. 2004-07-28 15:28:18 +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 gst/gstscheduler.c: Aplied clock distribution patch, this should fix bug #148787. 2004-11-02 12:33:24 +00:00
gstscheduler.h add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
gststructure.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gststructure.h gst/gststructure.c: Set type field correctly. 2004-07-23 00:12:57 +00:00
gstsystemclock.c clean up clock lifecycle. fixes #109831 2004-07-06 11:21:34 +00:00
gstsystemclock.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsttag.c added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +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 added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +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
gstthread.c gst/gstthread.c: Ref the thread object in the GThread mainloop. Break out of the thread mainloop if it holds the last... 2004-11-25 12:46:50 +00:00
gstthread.h gst/gstthread.c: Lock the iteration and the state change so that automatic negotiation and fixation does not happen a... 2004-10-06 09:42:27 +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 gst/gstcpu.c: Don't clobber ebx in inline assembly. gcc doesn't handle it correctly. (bug #141083) 2004-04-26 20:04:22 +00:00
gsttypefind.c gst/gstpad.c: check that caps are fixed 2004-07-29 15:29: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 added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +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 gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstutils.h next time someone tells me to use the gst macros because they are better, they'd better be correct, damnit 2004-05-20 14:01:45 +00:00
gstvalue.c added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstvalue.h export gst_type_XXX for windows DLLs enable NLS again, push the version number for the coming 0.8.5 release 2004-08-09 21:11:39 +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 don't break distcheck 2004-05-09 15:00:15 +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