gstreamer/gst
Tim-Philipp Müller daecaf0e8a Remove GST_DEBUG_FUNCPTR where they're pointless
There's not much point in using GST_DEBUG_FUNCPTR with GObject
virtual functions such as get_property, set_propery, finalize and
dispose, since they'll never be used by anyone anyway. Saves a
few bytes and possibly a tenth of a polar bear.
2009-10-28 00:44:24 +00:00
..
parse parse: don't format the string twice 2009-10-07 23:23:08 +03:00
.gitignore gstbase: Add gobject-introspection support 2009-09-05 10:28:46 +02:00
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c registry: Rearrange some things. 2009-10-06 19:51:41 +01:00
gst.h
gst_private.h debug: Mark the GST_POLL symbol as extern to avoid multiply-defined error 2009-10-12 14:57:35 +01:00
gstbin.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstbin.h
gstbuffer.c
gstbuffer.h buffer: whitespace fixes 2009-09-01 16:52:32 +02:00
gstbufferlist.c
gstbufferlist.h
gstbus.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstbus.h
gstcaps.c gstcaps: Use inlined version of _is_any()/_is_empty() 2009-10-23 17:47:43 +02:00
gstcaps.h Improve caps setters API 2009-10-15 19:10:50 +02:00
gstchildproxy.c childproxy: initialize gvalue in _valist function. Fixes #595602 2009-10-07 10:59:54 +03:00
gstchildproxy.h
gstclock.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstclock.h
gstcompat.h
gstconfig.h.in
gstdebugutils.c debugutils: allow to hide/show pad status with graphdetails flag 2009-10-27 12:06:35 +02:00
gstdebugutils.h
gstelement.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstelement.h Fix typo in inline documentation 2009-09-09 16:29:47 -07:00
gstelementfactory.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstelementfactory.h whitespace fixes 2009-09-10 11:54:01 +02:00
gsterror.c
gsterror.h
gstevent.c
gstevent.h event: whitespace fixes 2009-09-04 11:35:59 +02:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstghostpad.h
gstindex.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstindex.h
gstindexfactory.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstindexfactory.h
gstinfo.c gstpoll: Make the new GST_POLL debug completely private 2009-10-12 14:24:53 +01:00
gstinfo.h debug: use dummy code to avoid spurious semicolons 2009-09-11 07:40:30 +02:00
gstinterface.c
gstinterface.h
gstiterator.c iterator: Fix a documentation typo 2009-10-14 10:16:31 +02:00
gstiterator.h docs: it's its 2009-08-31 17:00:17 +01:00
gstmacros.h
gstmarshal.list
gstmessage.c Revert "gstmessage: Avoid expensive src/type/timestamp fetch." 2009-10-23 13:13:52 -04:00
gstmessage.h message: don't use typechecking cast macros 2009-10-23 13:40:32 -04:00
gstminiobject.c
gstminiobject.h
gstobject.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstobject.h
gstpad.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstpad.h pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941 2009-10-07 22:41:30 +03:00
gstpadtemplate.c gst: remove more unnecessary cast when using g_signal_*() 2009-10-06 20:04:10 +01:00
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h
gstpipeline.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstpipeline.h
gstplugin.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstplugin.h Add restarting of the plugin loader and blacklisting of broken files 2009-10-06 19:51:42 +01:00
gstpluginfeature.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstpluginfeature.h gstpluginfeature: API : new gst_plugin_feature_list_copy() method 2009-10-24 10:39:30 +02:00
gstpluginloader.c pluginloader: When a plugin is blacklisted, output a GST_ERROR line. 2009-10-19 12:30:07 +01:00
gstpluginloader.h Plugin loader phase 2 2009-10-06 19:51:42 +01:00
gstpoll.c gstpoll: Only take into account active fds 2009-10-12 12:01:59 +02:00
gstpoll.h
gstpreset.c docs: clarify preset api docs 2009-10-15 12:16:05 +03:00
gstpreset.h
gstquark.c
gstquark.h
gstquery.c
gstquery.h
gstregistry.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstregistry.h registry: private is a C++ keyword, don't use it 2009-10-24 11:58:25 +02:00
gstregistrybinary.c registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00
gstregistrybinary.h registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00
gstregistrychunks.c registry: speed up _strlen 2009-10-20 23:27:41 -04:00
gstregistrychunks.h registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00
gstsegment.c
gstsegment.h
gststructure.c
gststructure.h
gstsystemclock.c systemclock: fix compilation of win32 code 2009-08-29 11:32:21 +01:00
gstsystemclock.h systemclock: fix indentation 2009-08-28 16:07:16 +02:00
gsttaglist.c
gsttaglist.h introspection: Don't typedef GstTagList to GstStructure for gobject-introspection 2009-09-12 14:35:08 +02:00
gsttagsetter.c
gsttagsetter.h
gsttask.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gsttask.h
gsttaskpool.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gsttaskpool.h
gsttrace.c
gsttrace.h trace: Do not poison gst_trace_add_entry() 2009-10-19 10:53:00 +02:00
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c typefind: Keep typefind factories sorted in the registry. Fixes #599147 2009-10-24 10:44:09 +02:00
gsttypefindfactory.h
gsturi.c gsturi: Optimisation: Avoid type-checking in sorting method. 2009-10-22 13:16:07 +02:00
gsturi.h
gstutils.c pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941 2009-10-07 22:41:30 +03:00
gstutils.h
gstvalue.c build: sprintf, sscanf need stdio.h 2009-10-07 10:59:54 +03:00
gstvalue.h
gstversion.h.in
gstxml.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstxml.h
Makefile.am registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00