gstreamer/gst
Jan Schmidt d1effe5859 gst/: Re-commit the registry changes, along with an extra fix:
Original commit message from CVS:
* gst/gst.c: (init_pre), (scan_and_update_registry),
(ensure_current_registry_nonforking),
(ensure_current_registry_forking), (ensure_current_registry),
(init_post), (gst_debug_help), (gst_deinit):
* gst/gst_private.h:
* gst/gstregistry.c: (gst_registry_finalize),
(gst_registry_remove_features_for_plugin_unlocked),
(gst_registry_remove_plugin), (gst_registry_scan_path_level),
(gst_registry_scan_path),
(_priv_gst_registry_remove_cache_plugins),
(_priv_gst_registry_cleanup):
* gst/gstregistry.h:
Re-commit the registry changes, along with an extra fix:
When a cached plugin is encountered at a different file path,
update the stored path in the registry cache so that the parent
process knows where it actually is now when it re-reads the registry
cache. Fixes the thing that broke distcheck with the previous commit.
* tests/check/Makefile.am:
Clean up files named 'core' too when running make clean.
* tests/examples/manual/Makefile.am:
Set up a registry path for running these tests, and clean it properly
for distcheck.
2006-09-28 14:00:43 +00:00
..
parse
.gitignore ignore more 2006-07-02 12:52:09 +00:00
gettext.h
glib-compat-private.h
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst/: Re-commit the registry changes, along with an extra fix: 2006-09-28 14:00:43 +00:00
gst.h Doc updates. 2006-08-11 10:19:51 +00:00
gst_private.h gst/: Re-commit the registry changes, along with an extra fix: 2006-09-28 14:00:43 +00:00
gstbin.c gst/gstbin.c: Update documentation. 2006-09-15 08:32:57 +00:00
gstbin.h
gstbuffer.c
gstbuffer.h
gstbus.c
gstbus.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstcaps.c releasing 0.10.10 2006-09-14 20:08:14 +00:00
gstcaps.h gst/gstcaps.h: Add extra initialisers for Caps things, to fix some plugin warnings when using -Wextra 2006-09-20 16:17:26 +00:00
gstchildproxy.c
gstchildproxy.h
gstclock.c
gstclock.h releasing 0.10.10 2006-09-14 20:08:14 +00:00
gstcompat.h
gstconfig.h.in
gstelement.c gst/gstelement.c: Use _DEBUG_OBJECT some more. 2006-09-18 13:44:12 +00:00
gstelement.h
gstelementfactory.c gst/gstelementfactory.c: Fix typo in docs blurb. 2006-09-25 13:08:29 +00:00
gstelementfactory.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gsterror.c gst/gsterror.c: Documents how to receive errors. 2006-09-15 21:30:00 +00:00
gsterror.h
gstevent.c gst/gstbin.c: Update documentation. 2006-09-15 08:32:57 +00:00
gstevent.h gst/gstbin.c: Update documentation. 2006-09-15 08:32:57 +00:00
gstfilter.c
gstfilter.h
gstformat.c gst/gstformat.c: Fix locking order (must take lock before using n_values). 2006-09-17 19:26:16 +00:00
gstformat.h
gstghostpad.c gst/gstghostpad.c: Don't forget to release proxy lock when there's an error. 2006-09-22 10:17:15 +00:00
gstghostpad.h
gstindex.c
gstindex.h
gstindexfactory.c
gstindexfactory.h
gstinfo.c gst/gstinfo.c: Fix warning if HAVE_PRINTF_EXTENSION is undefined (spotted by Peter Kjellerstedt). 2006-09-25 10:36:23 +00:00
gstinfo.h gst/gstinfo.c: Fix locking order, handle NULL function values properly. 2006-09-01 15:55:20 +00:00
gstinterface.c
gstinterface.h
gstiterator.c
gstiterator.h
gstmacros.h
gstmarshal.list
gstmessage.c Update docs about buffering. 2006-09-22 15:29:23 +00:00
gstmessage.h Added methods to create and parse BUFFERING messages. 2006-09-15 08:39:56 +00:00
gstminiobject.c
gstminiobject.h
gstobject.c gst/: Small cleanups in docs and code. 2006-09-15 08:43:44 +00:00
gstobject.h
gstpad.c gst/gstinfo.c: Fix locking order, handle NULL function values properly. 2006-09-01 15:55:20 +00:00
gstpad.h
gstpadtemplate.c
gstpadtemplate.h
gstparse.c
gstparse.h
gstpipeline.c gst/: Small cleanups in docs and code. 2006-09-15 08:43:44 +00:00
gstpipeline.h
gstplugin.c
gstplugin.h
gstpluginfeature.c
gstpluginfeature.h
gstquark.c
gstquark.h
gstquery.c Initialize variables when creating a new segment query. 2006-08-28 08:44:29 +00:00
gstquery.h gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN - rates are a gdouble 2006-07-26 22:59:19 +00:00
gstregistry.c gst/: Re-commit the registry changes, along with an extra fix: 2006-09-28 14:00:43 +00:00
gstregistry.h gst/: Re-commit the registry changes, along with an extra fix: 2006-09-28 14:00:43 +00:00
gstregistryxml.c gst/gstregistryxml.c: Print a warning rather than g_assert() if a plugin feature is a URI handler but returns no prot... 2006-09-03 11:06:52 +00:00
gstsegment.c gst/: Small cleanups in docs and code. 2006-09-15 08:43:44 +00:00
gstsegment.h
gststructure.c releasing 0.10.10 2006-09-14 20:08:14 +00:00
gststructure.h
gstsystemclock.c
gstsystemclock.h
gsttaglist.c
gsttaglist.h
gsttagsetter.c
gsttagsetter.h
gsttask.c
gsttask.h
gsttrace.c
gsttrace.h gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist... 2006-07-18 09:42:31 +00:00
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c
gsttypefindfactory.h
gsturi.c gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any supported protocols. The list of protocols ... 2006-09-25 11:16:37 +00:00
gsturi.h
gstutils.c gst/gstbin.c: Update documentation. 2006-09-15 08:32:57 +00:00
gstutils.h
gstvalue.c gst/gstformat.c: Fix locking order (must take lock before using n_values). 2006-09-17 19:26:16 +00:00
gstvalue.h
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am