.. |
parse
|
|
|
.gitignore
|
|
|
gettext.h
|
|
|
glib-compat-private.h
|
|
|
glib-compat.c
|
|
|
glib-compat.h
|
|
|
gst-i18n-app.h
|
|
|
gst-i18n-lib.h
|
|
|
gst.c
|
gst/: Move getenv() back into gst_init, so everyone can live happily ever after. Make sure the symbol isn't exported ...
|
2007-11-07 15:53:52 +00:00 |
gst.h
|
Due to popular request remove preset interface again. :-(.
|
2007-11-26 13:16:00 +00:00 |
gst_private.h
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gstbin.c
|
docs/random/ensonic/profiling.txt: More ideas.
|
2007-11-22 15:59:01 +00:00 |
gstbin.h
|
|
|
gstbuffer.c
|
g_type_class_ref() other types as well, see #349410 and #64764.
|
2007-11-01 21:50:05 +00:00 |
gstbuffer.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstbus.c
|
|
|
gstbus.h
|
|
|
gstcaps.c
|
|
|
gstcaps.h
|
|
|
gstchildproxy.c
|
|
|
gstchildproxy.h
|
|
|
gstclock.c
|
|
|
gstclock.h
|
Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as we don't have HAVE_POSIX_TIMERS in publi...
|
2007-12-11 20:23:58 +00:00 |
gstcompat.h
|
|
|
gstconfig.h.in
|
|
|
gstdebugutils.c
|
Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as we don't have HAVE_POSIX_TIMERS in publi...
|
2007-12-11 20:23:58 +00:00 |
gstdebugutils.h
|
docs/random/ensonic/profiling.txt: More ideas.
|
2007-11-22 15:59:01 +00:00 |
gstelement.c
|
gst/gstelement.c: Only change the state cookie if a different state was set on the element. See #492729.
|
2007-11-06 12:28:17 +00:00 |
gstelement.h
|
|
|
gstelementfactory.c
|
gst/: Patch from Alessandro Decina adding get_type_full and get_protocols_full private vfuncs to the URIHandler inter...
|
2007-10-25 16:19:05 +00:00 |
gstelementfactory.h
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gsterror.c
|
|
|
gsterror.h
|
|
|
gstevent.c
|
gst/gstevent.c: Little documentation improvment.
|
2007-11-17 17:50:21 +00:00 |
gstevent.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstfilter.c
|
|
|
gstfilter.h
|
|
|
gstformat.c
|
gst/gstformat.c: g_type_class_ref() our GstFormat type to make sure we avoid the thread-unsafe bits of the GObject/GT...
|
2007-11-01 20:10:48 +00:00 |
gstformat.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstghostpad.c
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gstghostpad.h
|
|
|
gstindex.c
|
|
|
gstindex.h
|
|
|
gstindexfactory.c
|
|
|
gstindexfactory.h
|
|
|
gstinfo.c
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gstinfo.h
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gstinterface.c
|
|
|
gstinterface.h
|
|
|
gstiterator.c
|
|
|
gstiterator.h
|
|
|
gstmacros.h
|
|
|
gstmarshal.list
|
|
|
gstmessage.c
|
g_type_class_ref() other types as well, see #349410 and #64764.
|
2007-11-01 21:50:05 +00:00 |
gstmessage.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstminiobject.c
|
gst/gstminiobject.c: Some cleanup and checking against invalid function parameters.
|
2007-11-28 11:11:58 +00:00 |
gstminiobject.h
|
|
|
gstobject.c
|
gst/gstobject.c: Don't use GST_CAT_EVENT here for logging, it makes no sense.
|
2007-12-13 11:41:05 +00:00 |
gstobject.h
|
|
|
gstpad.c
|
|
|
gstpad.h
|
|
|
gstpadtemplate.c
|
|
|
gstpadtemplate.h
|
|
|
gstparamspecs.c
|
|
|
gstparamspecs.h
|
|
|
gstparse.c
|
|
|
gstparse.h
|
|
|
gstpipeline.c
|
|
|
gstpipeline.h
|
|
|
gstplugin.c
|
gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with glib < 2.10. Fixes #503131.
|
2007-12-11 22:03:58 +00:00 |
gstplugin.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstpluginfeature.c
|
|
|
gstpluginfeature.h
|
|
|
gstquark.c
|
|
|
gstquark.h
|
|
|
gstquery.c
|
g_type_class_ref() other types as well, see #349410 and #64764.
|
2007-11-01 21:50:05 +00:00 |
gstquery.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gstregistry.c
|
|
|
gstregistry.h
|
|
|
gstregistrybinary.c
|
|
|
gstregistrybinary.h
|
|
|
gstregistryxml.c
|
|
|
gstsegment.c
|
gst/gstsegment.c: Also accumulate time correctly when doing reverse playback. Fixes #488201,
|
2007-11-09 11:56:41 +00:00 |
gstsegment.h
|
|
|
gststructure.c
|
gst/gststructure.c: Don't crash in _from_string() if the structure name is not valid (fixes #501560). Allow structur...
|
2007-12-08 12:54:53 +00:00 |
gststructure.h
|
|
|
gstsystemclock.c
|
|
|
gstsystemclock.h
|
|
|
gsttaglist.c
|
|
|
gsttaglist.h
|
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
|
2007-11-02 18:35:37 +00:00 |
gsttagsetter.c
|
|
|
gsttagsetter.h
|
|
|
gsttask.c
|
|
|
gsttask.h
|
|
|
gsttrace.c
|
gst/gst.c: Make _gst_disable_segtrap static, it's only used in gstplugin.c and we can use gst_segtrap_is_enabled() t...
|
2007-11-06 15:10:36 +00:00 |
gsttrace.h
|
|
|
gsttypefind.c
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gsttypefind.h
|
|
|
gsttypefindfactory.c
|
Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983).
|
2007-12-12 23:20:00 +00:00 |
gsttypefindfactory.h
|
|
|
gsturi.c
|
|
|
gsturi.h
|
gst/: Patch from Alessandro Decina adding get_type_full and get_protocols_full private vfuncs to the URIHandler inter...
|
2007-10-25 16:19:05 +00:00 |
gstutils.c
|
gst/gstutils.c: Fix possible compiler warning (#503417).
|
2007-12-13 13:59:04 +00:00 |
gstutils.h
|
gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.
|
2007-12-11 20:32:29 +00:00 |
gstvalue.c
|
gst/gstvalue.*: Add more missing "Since:" tags to docs.
|
2007-12-12 14:04:14 +00:00 |
gstvalue.h
|
gst/gstvalue.*: Add more missing "Since:" tags to docs.
|
2007-12-12 14:04:14 +00:00 |
gstversion.h.in
|
|
|
gstxml.c
|
|
|
gstxml.h
|
gtk-doc fixes; trailing-comma-in-enum fix.
|
2007-11-02 17:43:25 +00:00 |
Makefile.am
|
Due to popular request remove preset interface again. :-(.
|
2007-11-26 13:16:00 +00:00 |