gstreamer/gst
Raimo Järvi 0645c498f0 gstpoll: fix compiler warning with MingW
gstpoll.c: In function 'gst_poll_get_read_gpollfd':
gstpoll.c:692:10: warning: assignment makes integer from pointer without a cast

https://bugzilla.gnome.org/show_bug.cgi?id=638900
2011-01-11 12:47:49 +00:00
..
parse
.gitignore
gettext.h
glib-compat-private.h Fix GStatBuf definition for win32 when building against older glib. 2010-12-22 16:36:50 -08:00
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst: remove safety check for GLib < 2.8 2011-01-05 15:36:55 +00:00
gst.h
gst_private.h
gstbin.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbin.h
gstbuffer.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstbuffer.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbufferlist.c gst: documentation fixups and annotation 2010-12-17 19:14:41 +01:00
gstbufferlist.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstbus.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstbus.h
gstcaps.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstcaps.h
gstchildproxy.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstchildproxy.h
gstclock.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstclock.h clock: make sync clock wait lockfree 2010-12-03 16:11:04 +01:00
gstcompat.h
gstconfig.h.in gstinfo: don't use printf extensions if GLib isn't using the system printf 2011-01-04 00:55:47 +00:00
gstdatetime.c gstdatetime: Disable usage of GDateTime on MacOSX 2011-01-05 11:26:13 +01:00
gstdatetime.h
gstdebugutils.c
gstdebugutils.h
gstelement.c GstElement: Add a more flexible way to get request pads. 2011-01-05 19:46:47 +01:00
gstelement.h GstElement: Add a more flexible way to get request pads. 2011-01-05 19:46:47 +01:00
gstelementdetails.h
gstelementfactory.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstelementfactory.h
gsterror.c docs: gst_error_get_message() returns string in UTF-8, not current locale 2010-12-07 19:34:46 +00:00
gsterror.h
gstevent.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstevent.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstfilter.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstfilter.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstformat.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstformat.h
gstghostpad.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstghostpad.h
gstindex.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstindex.h
gstindexfactory.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstindexfactory.h
gstinfo.c info: avoid unnecessary malloc/free for each log function call on MSVC 2011-01-06 17:35:13 +00:00
gstinfo.h
gstinterface.c
gstinterface.h
gstiterator.c
gstiterator.h
gstmacros.h
gstmarshal.list
gstmessage.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstmessage.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstminiobject.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstminiobject.h
gstobject.c object: Fix creation of default name 2011-01-05 13:42:18 -08:00
gstobject.h
gstpad.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstpad.h
gstpadtemplate.c Revert "padtemplate: allow disablinbg the template name conformance checks" 2011-01-06 19:21:56 +00:00
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstparse.h
gstpipeline.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstpipeline.h
gstplugin.c taglist: Don't leak copies of empty strings 2010-12-19 12:49:58 +01:00
gstplugin.h
gstpluginfeature.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstpluginfeature.h
gstpluginloader.c pluginloader: Always mark reception as complete after EXIT 2011-01-04 14:45:40 +01:00
gstpluginloader.h
gstpoll.c gstpoll: fix compiler warning with MingW 2011-01-11 12:47:49 +00:00
gstpoll.h poll: add method to get a GPollFD 2010-12-03 15:50:38 +01:00
gstpreset.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstpreset.h
gstquark.c
gstquark.h
gstquery.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstquery.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstregistry.c registry: Don't replace valid existing plugins by blacklisted ones 2011-01-10 11:38:19 +01:00
gstregistry.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstregistrybinary.c registry: Fix permissions if umask is broken 2010-12-04 21:08:21 -08:00
gstregistrybinary.h
gstregistrychunks.c registry: maintain the typefind extension list order 2010-12-08 11:53:10 +02:00
gstregistrychunks.h
gstsegment.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstsegment.h
gststructure.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gststructure.h
gstsystemclock.c Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers" 2010-12-26 21:21:43 +00:00
gstsystemclock.h
gsttaglist.c tags: don't produce duplicated entries when merging same value twice 2011-01-02 22:35:08 +00:00
gsttaglist.h
gsttagsetter.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttagsetter.h
gsttask.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttask.h
gsttaskpool.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttaskpool.h
gsttrace.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttrace.h
gsttypefind.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsttypefind.h
gsttypefindfactory.c docs: add () to xref the function. 2010-12-08 11:53:10 +02:00
gsttypefindfactory.h
gsturi.c docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gsturi.h docs: gst: more gobject introspection annotations 2010-12-07 18:37:04 +00:00
gstutils.c GstElement: Add a more flexible way to get request pads. 2011-01-05 19:46:47 +01:00
gstutils.h utils: const-ify arguments to gst_object_default_error() 2010-12-07 19:35:24 +00:00
gstvalue.c gstvalue: make new gst_value_list_merge() work properly 2011-01-03 15:57:20 +00:00
gstvalue.h tags: don't produce duplicated entries when merging same value twice 2011-01-02 22:35:08 +00:00
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am
math-compat.h