..
parse
gst/gst.c: Ignore EINTR when reading from the child registry pipe.
2006-12-09 18:48:57 +00:00
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c
gst/gst.c: Fix compilation with registry disabled as spotted by Saur.
2007-03-20 10:23:25 +00:00
gst.h
API: add gst_update_registry() ( #391296 ).
2007-01-08 20:30:12 +00:00
gst_private.h
gst/: On win32, all the __declspec stuff for symbol exporting is apparently only needed with MSVC, but doesn't work w...
2007-01-05 13:23:02 +00:00
gstbin.c
gst/gstbin.c: Prepare for release where we warn against possible app breakage in the case of live pipelines along wit...
2007-03-21 11:52:04 +00:00
gstbin.h
gst/gstbin.h: Replace interface parameter name by iface as interface is a reserved keyword in Visual Studio for C++ p...
2007-02-10 18:31:12 +00:00
gstbuffer.c
Add metadata copy functions. Fixes #393099 .
2007-03-09 16:30:38 +00:00
gstbuffer.h
Add metadata copy functions. Fixes #393099 .
2007-03-09 16:30:38 +00:00
gstbus.c
API: gst_bus_timed_pop()
2007-02-27 17:22:07 +00:00
gstbus.h
API: gst_bus_timed_pop()
2007-02-27 17:22:07 +00:00
gstcaps.c
docs/design/draft-klass.txt: Add existing category analysis.
2007-02-13 09:10:53 +00:00
gstcaps.h
gstchildproxy.c
gst/gstchildproxy.c: Invert precondition check to be alike the ones in the mimiced gobject api.
2007-03-14 13:40:28 +00:00
gstchildproxy.h
More docs coverage and some ChangeLog surgery (add missing names)
2007-02-15 12:05:09 +00:00
gstclock.c
gst/gstclock.c: Move all the debug to the CLOCK category, and associate it with the clock object.
2007-03-29 16:04:45 +00:00
gstclock.h
gstcompat.h
gstconfig.h.in
gst/: On win32, all the __declspec stuff for symbol exporting is apparently only needed with MSVC, but doesn't work w...
2007-01-05 13:23:02 +00:00
gstelement.c
gst/gstelement.c: Make gst_element_get_request_pad() create request pads only for request pad templates and not for, ...
2007-03-28 18:25:16 +00:00
gstelement.h
docs/gst/gstreamer-sections.txt: Add new element field and method.
2007-03-19 10:47:56 +00:00
gstelementfactory.c
docs/libs/Makefile.am: Fix path to core docs.
2007-02-11 19:59:12 +00:00
gstelementfactory.h
gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference to the design doc for more information an...
2007-02-04 16:14:19 +00:00
gsterror.c
gsterror.h
gstevent.c
docs/gst/gstreamer-sections.txt: Add docs for new methods.
2007-02-02 11:48:48 +00:00
gstevent.h
docs/gst/gstreamer-sections.txt: Add docs for new methods.
2007-02-02 11:48:48 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c
Make the ghostpad a parent of the internal pad again for better backward compatibility. Don't write code that relies ...
2007-02-20 18:02:50 +00:00
gstghostpad.h
gstindex.c
gstindex.h
gstindexfactory.c
gstindexfactory.h
gstinfo.c
gstinfo.h
configure.ac: comment about refining the xml deps
2007-01-29 15:54:09 +00:00
gstinterface.c
gstinterface.h
gstiterator.c
gstiterator.h
gstmacros.h
gstmarshal.list
gstmessage.c
Add ASYNC_START and ASYNC_DONE messages to prepare for latency support.
2007-03-19 09:55:02 +00:00
gstmessage.h
Add ASYNC_START and ASYNC_DONE messages to prepare for latency support.
2007-03-19 09:55:02 +00:00
gstminiobject.c
gst/gst.c: Ignore EINTR when reading from the child registry pipe.
2006-12-09 18:48:57 +00:00
gstminiobject.h
gstobject.c
docs/: Do some Architect work.
2007-03-13 14:53:21 +00:00
gstobject.h
gstpad.c
gst/gstpad.c: Revert last commit. This needs some more thoughts.
2007-03-22 18:28:00 +00:00
gstpad.h
docs/design/part-negotiation.txt: Update with, um, one way that pull-mode negotiation might work?
2007-01-10 21:15:08 +00:00
gstpadtemplate.c
gstpadtemplate.h
docs/libs/Makefile.am: Fix path to core docs.
2007-02-11 19:59:12 +00:00
gstparse.c
gstparse.h
gstpipeline.c
gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so that we never attempt to choose a new clo...
2007-03-23 17:52:19 +00:00
gstpipeline.h
gst/gstelement.*: Improve docs a little. Added Since: for new macro.
2007-02-28 16:43:43 +00:00
gstplugin.c
gst/: Remove newlines at end of debug log strings.
2007-03-07 17:26:49 +00:00
gstplugin.h
gst/gstplugin.h: Fix and expand GstPluginDesc API docs.
2007-01-30 15:04:33 +00:00
gstpluginfeature.c
Fix refcounting of gst_plugin_feature_load to match the docs.
2006-12-07 12:11:14 +00:00
gstpluginfeature.h
gstquark.c
gstquark.h
gstquery.c
gst/gstquery.c: Remove old structure field.
2007-02-02 18:08:32 +00:00
gstquery.h
docs/gst/gstreamer-sections.txt: Add docs for new methods.
2007-02-02 11:48:48 +00:00
gstregistry.c
gst/gstregistryxml.c (load_feature, load_plugin): Drop some normal-case logs down to LOG, raise errors to WARNING.
2007-02-09 13:41:24 +00:00
gstregistry.h
commit binary registry (disabled by default, see #359653 )
2007-01-11 13:45:51 +00:00
gstregistrybinary.c
gst/: Remove newlines at end of debug log strings.
2007-03-07 17:26:49 +00:00
gstregistrybinary.h
gst/gstregistrybinary.*: use glib types, cleanup comments, impement interfaces and uri-types
2007-01-15 12:18:46 +00:00
gstregistryxml.c
gst/gstregistryxml.c (load_feature, load_plugin): Drop some normal-case logs down to LOG, raise errors to WARNING.
2007-02-09 13:41:24 +00:00
gstsegment.c
docs/design/part-seeking.txt: Some small update.
2007-02-13 15:34:15 +00:00
gstsegment.h
gststructure.c
docs/design/draft-latency.txt: Updates.
2007-01-09 15:38:58 +00:00
gststructure.h
gstsystemclock.c
gst/gstsystemclock.c: Fix anoying regression that survived a few releases. When adding an async entry while blocking ...
2007-03-22 11:58:08 +00:00
gstsystemclock.h
gsttaglist.c
API: add GST_TAG_REFERENCE_LEVEL ( #403597 ).
2007-02-12 10:50:20 +00:00
gsttaglist.h
API: add GST_TAG_REFERENCE_LEVEL ( #403597 ).
2007-02-12 10:50:20 +00:00
gsttagsetter.c
gst/: Add more docs regarding tag merge-modes and when to send tags. Fix 'since' statement for new tag.
2007-01-18 12:00:23 +00:00
gsttagsetter.h
gsttask.c
gsttask.h
gsttrace.c
gst/: Remove newlines at end of debug log strings.
2007-03-07 17:26:49 +00:00
gsttrace.h
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c
Fix refcounting of gst_plugin_feature_load to match the docs.
2006-12-07 12:11:14 +00:00
gsttypefindfactory.h
gsturi.c
gsturi.h
gstutils.c
Add metadata copy functions. Fixes #393099 .
2007-03-09 16:30:38 +00:00
gstutils.h
API: add GST_ROUND_DOWN_* macros ( #401781 ).
2007-01-29 13:40:38 +00:00
gstvalue.c
gst/gstvalue.c: Implement GstObject -> string transform so we print object names when serializing GValues containing ...
2007-02-28 16:57:49 +00:00
gstvalue.h
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am
commit binary registry (disabled by default, see #359653 )
2007-01-11 13:45:51 +00:00