gstreamer/gst
2009-02-08 10:28:59 +01:00
..
parse
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c Replace some mentions of CVS by GIT 2009-02-08 10:28:59 +01:00
gst.h
gst_private.h Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstbin.c gst/gstbin.c: Use an iterator to set the clock and the index so that we can release the object lock appropriately. Fi... 2009-01-05 10:14:28 +00:00
gstbin.h gst/gstbin.*: Add do-latency signal with the old default fallback implementation. This allows for custom latency calc... 2008-11-19 12:06:41 +00:00
gstbuffer.c gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers. 2008-11-13 18:09:45 +00:00
gstbuffer.h gst/gstbuffer.h: Document the free_func. 2008-11-18 09:52:41 +00:00
gstbus.c bus: remove unused set/get property functions 2009-02-05 17:05:56 +02:00
gstbus.h
gstcaps.c gst/gstcaps.c: Callgrind micro optimisations. 2008-11-06 15:09:34 +00:00
gstcaps.h
gstchildproxy.c
gstchildproxy.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstclock.c cleanup: remove unused variables in _class_init() and reindent. 2009-02-05 17:25:01 +02:00
gstclock.h
gstcompat.h
gstconfig.h.in Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere. 2008-07-31 15:20:32 +00:00
gstdebugutils.c gst/gstdebugutils.c: Add some ideas, how to make the graph smaller. 2009-01-01 21:27:06 +00:00
gstdebugutils.h
gstelement.c gst/: Assign debug statements to relevant categories instead of the 'default' category so they don't get lost in debu... 2009-01-03 18:10:08 +00:00
gstelement.h gst/gstelement.h: Fix link in documentation. 2008-07-25 10:24:43 +00:00
gstelementfactory.c
gstelementfactory.h
gsterror.c
gsterror.h
gstevent.c Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstevent.h gst/gstevent.h: Add a SKIP seek flag for use with advanced trickmodes. 2008-11-06 12:03:17 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c cleanup: Either check always for internal being NULL or don't. 2009-02-04 17:28:28 +02:00
gstghostpad.h gst/gstghostpad.*: Unbreak -good build, private is a reserved c++ keyword. 2008-10-08 10:39:24 +00:00
gstindex.c gst/gstindex.c: Add a debugging category for GstIndex, first little step in making indexing top-notch. 2009-01-03 18:16:54 +00:00
gstindex.h
gstindexfactory.c
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c
gstinfo.h configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and not needed. 2008-07-22 18:12:54 +00:00
gstinterface.c
gstinterface.h Remove broken class to interface cast macros from GstUriHandler and GstImplementsInterface headers 2009-01-30 18:25:39 +00:00
gstiterator.c gst/gstiterator.*: After 3 years it's about time to revise the documentation of the iterator objects. 2008-08-29 17:58:25 +00:00
gstiterator.h gst/gstiterator.*: After 3 years it's about time to revise the documentation of the iterator objects. 2008-08-29 17:58:25 +00:00
gstmacros.h
gstmarshal.list
gstmessage.c Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstmessage.h Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstminiobject.c
gstminiobject.h
gstobject.c gst/: Assign debug statements to relevant categories instead of the 'default' category so they don't get lost in debu... 2009-01-03 18:10:08 +00:00
gstobject.h
gstpad.c gst/gstpad.c: Avoid getting the acceptcaps function too early. 2008-11-21 16:48:48 +00:00
gstpad.h gst/gstpad.h: A small documentation fix. 2009-01-15 10:04:37 +00:00
gstpadtemplate.c gst/gstpadtemplate.c: Revert last change, since it breaks a few plugins, ffmpeg, alaw, and mulaw. Code is correct, b... 2008-08-29 00:34:58 +00:00
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h
gstpipeline.c gst/gstpipeline.c: Some more comments. 2008-10-29 17:04:50 +00:00
gstpipeline.h
gstplugin.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstplugin.h Document that GST_PLUGIN_DEFINE macros use PACKAGE define. Fixes #559722. 2009-01-25 22:11:32 +02:00
gstpluginfeature.c
gstpluginfeature.h
gstpoll.c GstPoll: add methods to use gstpoll for timeouts 2009-02-03 17:49:02 +01:00
gstpoll.h GstPoll: add methods to use gstpoll for timeouts 2009-02-03 17:49:02 +01:00
gstpreset.c gst/gstpreset.c: Use g_unlink instead of unlink. 2008-10-31 14:24:49 +00:00
gstpreset.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstquark.c API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquark.h API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquery.c API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquery.h API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstregistry.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstregistry.h
gstregistrybinary.c binary registry: Rewrite sanity check to actualy catch something. 2009-02-06 10:51:28 +02:00
gstregistrybinary.h Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstregistryxml.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstsegment.c gst/gstsegment.c: Set the last_stop to a more meaningful position when configuring the segment. ie. the start/stop of... 2008-10-23 09:49:07 +00:00
gstsegment.h
gststructure.c gst/gstcaps.c: Callgrind micro optimisations. 2008-11-06 15:09:34 +00:00
gststructure.h
gstsystemclock.c Implement the systemclock with gstpoll 2009-02-03 18:04:46 +01:00
gstsystemclock.h Implement the systemclock with gstpoll 2009-02-03 18:04:46 +01:00
gsttaglist.c crash: Don't crash on non existent tags. 2009-02-04 17:28:15 +02:00
gsttaglist.h gst/: Update GstTagSetter and GstTagMergeMode documentation. Mention that tags can come from events and from applicat... 2008-12-16 07:07:36 +00:00
gsttagsetter.c Rename api added in previous commit and add since tag to docs. 2008-12-16 15:51:52 +00:00
gsttagsetter.h Rename api added in previous commit and add since tag to docs. 2008-12-16 15:51:52 +00:00
gsttask.c
gsttask.h
gsttrace.c
gsttrace.h
gsttypefind.c Allow adding a typefinder without a typefind function so that it can be used 2009-01-21 12:45:45 +01:00
gsttypefind.h
gsttypefindfactory.c Allow adding a typefinder without a typefind function so that it can be used 2009-01-21 12:45:45 +01:00
gsttypefindfactory.h
gsturi.c gst/gsturi.c: Don't segfault on input like "tel:+1-123-555-1234". 2008-08-28 10:45:04 +00:00
gsturi.h Remove broken class to interface cast macros from GstUriHandler and GstImplementsInterface headers 2009-01-30 18:25:39 +00:00
gstutils.c leak: don't return without calling va_end 2009-02-04 15:41:24 +02:00
gstutils.h gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225. 2009-01-11 09:46:52 +00:00
gstvalue.c gst/gstvalue.c: Don't crash if either of the string GValues is empty. 2008-11-17 21:25:39 +00:00
gstvalue.h
gstversion.h.in Replace some mentions of CVS by GIT 2009-02-08 10:28:59 +01:00
gstxml.c gst/gstxml.c: Clarify that the save_thyself() and restore_thyself() virtual functions of GstObject need to be overrid... 2008-10-10 15:38:06 +00:00
gstxml.h
Makefile.am Fix linking failures on Solaris. Fixes bug #568481. 2009-01-23 09:54:53 +01:00