gstreamer/gst
Ole André Vadla Ravnås bf20f01fba Add new function gst_poll_fd_ignored() for improved Windows compatibility.
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås
<ole dot andre dot ravnas at tandberg dot com>
* docs/gst/gstreamer-sections.txt:
* gst/gstpoll.c: (gst_poll_winsock_error_to_errno),
(gst_poll_update_winsock_event_mask),
(gst_poll_prepare_winsock_active_sets),
(gst_poll_collect_winsock_events), (gst_poll_new), (gst_poll_free),
(gst_poll_add_fd_unlocked), (gst_poll_fd_ctl_write),
(gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ignored),
(gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
(gst_poll_check_ctrl_commands), (gst_poll_wait):
* gst/gstpoll.h:
* win32/common/libgstreamer.def:
Add new function gst_poll_fd_ignored() for improved Windows
compatibility.
Various minor fixes and cleanups. See #520808.
2008-03-18 10:54:52 +00:00
..
parse gst/parse/lex._gst_parse_yy.pre.c: Update pre-generated flex files with flex 2.3.34. 2008-02-19 08:05:15 +00:00
.gitignore ignore more 2006-07-02 12:52:09 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
glib-compat-private.h gst/glib-compat-private.h: Add compatibility macro for g_intern_string() for 2007-09-19 13:28:40 +00:00
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
gst-i18n-app.h The attached patch will make the inclusion of gettext.h unconditional in gst/gst-i18n-app.h and gst/gst-i18n-lib.h, a... 2006-07-03 14:14:48 +00:00
gst-i18n-lib.h Make --disable-nls to work 2007-04-18 10:58:31 +00:00
gst.c gst/gst.c: Add a separate gst_deinitialized that prevents gst_init() from being called after gst_deinit(). Fixes #50... 2008-02-05 18:37:08 +00:00
gst.h configure.ac: Add checks for poll, ppoll and pselect. 2008-02-27 18:00:04 +00:00
gst_private.h Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstbin.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstbin.h gst/gstbin.h: Move priv to the right place. 2007-09-20 07:42:35 +00:00
gstbuffer.c gst/gstbuffer.c: Copy selected buffer-flags when creating subbuffers. 2008-02-15 12:33:00 +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 gst/gstbus.c: When no GSource callback has been set up, tell developer to use a function that actually exists. 2007-10-19 09:48:38 +00:00
gstbus.h API: add gst_bus_pop_filtered 2007-10-16 20:30:13 +00:00
gstcaps.c gst/: Yet another gratuitous GString micro-optimisation: add a (private) function that serialises a structure appendi... 2008-01-09 16:36:34 +00:00
gstcaps.h gst/gstcaps.h: Add extra initialisers for Caps things, to fix some plugin warnings when using -Wextra 2006-09-20 16:17:26 +00:00
gstchildproxy.c gst/gstchildproxy.c: Improve docs and add some ideas for making this more general-purpose. 2008-01-10 21:06:58 +00:00
gstchildproxy.h More docs coverage and some ChangeLog surgery (add missing names) 2007-02-15 12:05:09 +00:00
gstclock.c Improve _adjust_unlocked() so that it overflows less. 2007-04-05 10:06:20 +00:00
gstclock.h gst/gstclock.h: Cast the results from the timeval/spec_to_time macros to what the docs say it casts to, a GstClockTim... 2008-01-09 12:22:22 +00:00
gstcompat.h docs/gst/gstreamer-sections.txt: ultral33t func10ns deserve to appear in the docs actualy 2005-08-30 08:17:48 +00:00
gstconfig.h.in Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstdebugutils.c gst/gstdebugutils.c: Log the reason why fopen fails in addition to the fact that it failed. 2008-01-05 13:45:22 +00:00
gstdebugutils.h docs/random/ensonic/profiling.txt: More ideas. 2007-11-22 15:59:01 +00:00
gstelement.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstelement.h gst/gstelement.*: Make strings passed to gst_element_class_set_details_simple() constant, as they should be (#462752). 2007-08-02 11:51:17 +00:00
gstelementfactory.c gst/gsttypefind.c: Make gst_type_find_register work for static typefind functions, ie. allow passing plugin == NULL (... 2007-12-21 20:58:23 +00:00
gstelementfactory.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
gsterror.c gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804). 2007-04-12 12:59:49 +00:00
gsterror.h gst/gsterror.*: API: add GST_CORE_ERROR_DISABLED (#392804). 2007-04-12 12:59:49 +00:00
gstevent.c Properly chain up finalize functions to the parent class. 2008-02-12 12:04:43 +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 gst/gstfilter.c: Improve documentation of gst_filter_run(). Fixes #518627. 2008-02-25 15:37:36 +00:00
gstfilter.h docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +00:00
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 Refactored *_new() functions. 2006-08-31 10:59:11 +00:00
gstindex.c gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst_index_entry_free() (#522741). 2008-03-17 10:21:59 +00:00
gstindex.h gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst_index_entry_free() (#522741). 2008-03-17 10:21:59 +00:00
gstindexfactory.c gst/: Remove empty instance_init() functions to save relocs and lessen the noise. Remove some of the function prototy... 2007-06-27 10:12:14 +00:00
gstindexfactory.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstinfo.c gst/: Bunch of gratuitous nano-optimisations. 2007-12-28 14:15:53 +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 gst/gstinterface.c: Don't crash if the element supports the interface queried, but does not implement GstImplementsIn... 2008-02-29 18:38:54 +00:00
gstinterface.h gst/gstinterface.h: GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal 2006-05-10 10:26:55 +00:00
gstiterator.c doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' 2006-01-27 22:34:51 +00:00
gstiterator.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gstmacros.h whitespace fixes 2005-10-15 15:30:24 +00:00
gstmarshal.list check/Makefile.am: remove GstData checks 2005-05-16 20:21:55 +00:00
gstmessage.c Properly chain up finalize functions to the parent class. 2008-02-12 12:04:43 +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: Import gst_private.h before any other header that might include other glib headers. This fixes t... 2008-03-03 18:14:33 +00:00
gstminiobject.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +00:00
gstobject.c gst/gstobject.c: Fix typo in the gst_object_{ref,unref} documentation. 2007-12-22 12:48:26 +00:00
gstobject.h gst/: Fix small typos in the docs. 2007-09-24 11:46:35 +00:00
gstpad.c gst/gstconfig.h.in: Add 'id' for example. 2008-02-06 12:21:05 +00:00
gstpad.h gst/: Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is unused and unimplemented; finally, it is plugi... 2008-02-05 21:22:47 +00:00
gstpadtemplate.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +00:00
gstpadtemplate.h gst/glib-compat-private.h: Add compatibility macro for g_intern_string() for 2007-09-19 13:28:40 +00:00
gstparamspecs.c gst/gstparamspecs.c: Since this file doesn't include "gst.h" it will not go through the macros that disable GST_LOG i... 2007-06-14 16:07:09 +00:00
gstparamspecs.h Another conditional doc check. 2007-07-25 13:00:23 +00:00
gstparse.c gst/: Bunch of gratuitous nano-optimisations. 2007-12-28 14:15:53 +00:00
gstparse.h gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropriate error code, we can just retu... 2007-05-09 16:32:07 +00:00
gstpipeline.c Revert previous changes to the behaviour of GstPadTemplates, etc and the possiblity to call them in class_init as it ... 2008-02-05 14:15:15 +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/gstplugin.c: Fix old-style static plugins via GST_PLUGIN_DEFINE_STATIC again, which I broke two commits ago when ... 2008-01-20 15:04:33 +00:00
gstplugin.h gst/gstplugin.h: Remove deprecation guards around GST_PLUGIN_DEFINE_STATIC. 2008-01-17 22:22:58 +00:00
gstpluginfeature.c gst/: Use already-interned string for the private GstPluginFeature plugin_name field. 2007-10-13 17:20:09 +00:00
gstpluginfeature.h gst/: Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is unused and unimplemented; finally, it is plugi... 2008-02-05 21:22:47 +00:00
gstpoll.c Add new function gst_poll_fd_ignored() for improved Windows compatibility. 2008-03-18 10:54:52 +00:00
gstpoll.h Add new function gst_poll_fd_ignored() for improved Windows compatibility. 2008-03-18 10:54:52 +00:00
gstquark.c Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo... 2006-08-16 11:47:54 +00:00
gstquark.h Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo... 2006-08-16 11:47:54 +00:00
gstquery.c Properly chain up finalize functions to the parent class. 2008-02-12 12:04:43 +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 gst/gstregistry.c: When replacing an existing feature in the registry, make sure to continue holding a reference unti... 2007-07-31 11:51:38 +00:00
gstregistry.h Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstregistrybinary.c gst/gstregistrybinary.c: Include io.h for write() and close() when building with MSVC. Fixes bug #520877. 2008-03-07 13:19:12 +00:00
gstregistrybinary.h gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. Do code cleanups. 2007-04-26 07:32:08 +00:00
gstregistryxml.c Switch to using portabl gsize/gssize instead of size_t/ssize_t 2008-03-03 18:42:04 +00:00
gstsegment.c gst/gstsegment.c: Improve some comment. 2008-02-29 15:22:34 +00:00
gstsegment.h docs/design/part-qos.txt: Fix typo. 2006-10-09 16:33:29 +00:00
gststructure.c tests/check/gst/gststructure.c (GST_START_TEST): Add a check for the new warning. 2008-03-03 10:07:21 +00:00
gststructure.h Add function to get uint from a structure. 2007-08-12 16:40:59 +00:00
gstsystemclock.c gst/gstsystemclock.c: Add some more docs to explain why a FIXME was wrongly added. 2007-12-24 14:35:24 +00:00
gstsystemclock.h Doc updates. 2005-10-28 18:14:24 +00:00
gsttaglist.c gst/gsttaglist.c: Small docs addition: mention that the strings returned by gst_tag_list_get_string*() are in UTF-8 e... 2007-12-18 12:03:18 +00:00
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 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 gst/gsttagsetter.h: Can't cast ifaces to a class 2006-06-01 18:22:14 +00:00
gsttask.c gst/gstpad.c: Improve debugging for task functions. 2006-08-23 16:51:19 +00:00
gsttask.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
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 gst/: The attached patch adds two missing defines to gsttrace.h when tracing is disabled. It also corrects one exist... 2006-07-18 09:42:31 +00:00
gsttypefind.c gst/gsttypefind.c: Make gst_type_find_register work for static typefind functions, ie. allow passing plugin == NULL (... 2007-12-21 20:58:23 +00:00
gsttypefind.h gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a GType gets registered for GstTypeFind p... 2006-05-18 14:25:00 +00:00
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 gst/: Fix memory leak in GstTypeFindFactory. 2005-11-29 23:56:20 +00:00
gsturi.c Switch to using portabl gsize/gssize instead of size_t/ssize_t 2008-03-03 18:42:04 +00:00
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/gstconfig.h.in: Add 'id' for example. 2008-02-06 12:21:05 +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.c: Optimisation: bail out of the loop as early as possible (#500143). 2007-12-28 14:34:34 +00:00
gstvalue.h gst/gstvalue.*: Add more missing "Since:" tags to docs. 2007-12-12 14:04:14 +00:00
gstversion.h.in docs/gst/gstreamer-sections.txt: Add GST_CHECK_VERSION to the docs 2008-02-01 16:37:22 +00:00
gstxml.c Typo fixes (#366212). 2006-10-28 15:42:29 +00:00
gstxml.h gtk-doc fixes; trailing-comma-in-enum fix. 2007-11-02 17:43:25 +00:00
Makefile.am configure.ac: Add checks for poll, ppoll and pselect. 2008-02-27 18:00:04 +00:00