gstreamer/gst
Ronald S. Bultje 2e63fa4f1d gst/elements/gstfdsrc.c: Implement querying.
Original commit message from CVS:
* gst/elements/gstfdsrc.c: (gst_fdsrc_init),
(gst_fdsrc_get_query_types), (gst_fdsrc_get_formats),
(gst_fdsrc_srcpad_query):
Implement querying.
* gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
If we're waiting to be "full enough to start" and EOS comes in,
just flow through all data since waiting longer is not going to
help us. Fixes hangs on short media files played from network
sources.
* gst/gsttag.c: (_gst_tag_initialize):
* gst/gsttag.h:
Add GST_TAG_IMAGE tag.
2006-01-29 22:55:55 +00:00
..
autoplug gst/: Do not silently discard return values of g_list_delete_link() and g_list_append(). This would trigger gcc4 warn... 2005-12-16 16:11:12 +00:00
elements gst/elements/gstfdsrc.c: Implement querying. 2006-01-29 22:55:55 +00:00
indexers More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (and reverse). 2005-04-22 12:30:01 +00:00
parse gst/gstvalue.c: fix for #308599 - fixes deserializing gint64 types 2005-06-22 10:54:32 +00:00
registries gst/registries/gstlibxmlregistry.c (gst_xml_registry_get_property): Fix memory leak. g_value_set_string already does ... 2005-06-19 10:55:42 +00:00
schedulers gst/schedulers/gstoptimalscheduler.c: Need to ref/unref explicitely here to not crash when playing DVD menus. 2005-07-01 16:36:31 +00:00
.gitignore keep this up to date, since I seem to be the only one who cares about not missing files on commits 2004-07-21 21:37:31 +00:00
cothreads.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
cothreads.h gst/: implement gst_pad_collect as replacement for gst_pad_select. 2004-04-04 02:36:12 +00:00
gettext.h adding i18n tested with nl, seems to work fine 2004-01-13 11:30:00 +00:00
gst-i18n-app.h Enable NLS under Windows 2004-06-12 10:45:54 +00:00
gst-i18n-lib.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gst.c gst/gst.c: Check whether GST_DEBUG_NO_COLOR environment variable is set and disable coloured debug output if so. 2005-08-10 21:30:17 +00:00
gst.h new iface to uniformly access elements children and their properties 2005-04-21 17:10:09 +00:00
gst_private.h configure.ac: Set G_LOG_DOMAIN in config.h to a string literal. 2005-05-14 23:55:20 +00:00
gstarch.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstatomic.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstatomic.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstatomic_impl.h gst/gstatomic_impl.h: Add IA64 atomic operations (#305653). 2005-06-03 09:36:40 +00:00
gstbin.c whitespace fixing 2005-06-05 09:29:29 +00:00
gstbin.h docs/pwg/advanced-types.xml: Fix description for buffer-frames=0. 2005-01-31 15:51:19 +00:00
gstbuffer.c gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. 2004-11-02 15:02:12 +00:00
gstbuffer.h gst/gstbuffer.h: deprecate gst_buffer_set_data macro because a) it's a macro and b) glib-style set functions don't ta... 2005-03-20 20:20:52 +00:00
gstcaps.c gst/: fix deserialization to have similar semantics to cast's, and check if the value is fittable into the target siz... 2005-06-22 19:47:19 +00:00
gstcaps.h gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 fo... 2006-01-04 00:10:43 +00:00
gstchildproxy.c new iface to uniformly access elements children and their properties 2005-04-21 17:10:09 +00:00
gstchildproxy.h new iface to uniformly access elements children and their properties 2005-04-21 17:10:09 +00:00
gstclock.c gst/elements/gstfilesrc.c: If we checked the file size and it got bigger, don't 2005-03-03 18:39:49 +00:00
gstclock.h gst/gstclock.h: GST_SECOND shouldn't cause a conversion to unsigned. 2004-07-11 18:19:54 +00:00
gstcompat.h reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
gstconfig.h.in do not use GST_PTR_FORMAT on pointers to types smaller than gpointer. fixes 64 bit testsuite 2005-05-02 15:01:25 +00:00
gstcpu.c gst/gstcpu.c: Add a temporary 2005-03-26 00:13:34 +00:00
gstcpu.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstdata.c gst/gsttag.c: Add a tag merge func for pointers. The header was there all along, but the function wasn't. (guile-gstr... 2004-07-14 15:28:51 +00:00
gstdata.h gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 fo... 2006-01-04 00:10:43 +00:00
gstdata_private.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstelement.c Fixed long standing mem-leak 2005-08-24 13:06:12 +00:00
gstelement.h gst/: Add works-in-place flag, use for _pad_alloc(). 2005-04-22 10:01:39 +00:00
gstelementfactory.c Documentation patch indicating that factory information may be overridden after a plugin is loaded (#308766). 2005-06-23 13:29:27 +00:00
gsterror.c gst/: Remove caps as a string (fixes #137485). 2005-03-25 19:52:11 +00:00
gsterror.h gst/: Remove caps as a string (fixes #137485). 2005-03-25 19:52:11 +00:00
gstevent.c gst/gstevent.c: Set invalid timestamp by default instead of zero on events. 2005-06-05 09:07:32 +00:00
gstevent.h Add GST_EVENT_COMMON_FLAG_NEED_RESPONSE flag (TRUE by default) to indicate whether a reply is expected to an upstream... 2005-03-09 11:45:03 +00:00
gstfilter.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gstfilter.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstformat.c gst/: Fix two typos in the inline documentation. 2005-06-21 08:40:48 +00:00
gstformat.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstindex.c gst/gstindex.c: Oops, this is a gobject, not a gstobject. 2005-03-12 20:07:28 +00:00
gstindex.h gst/gstindex.h: Add already-existing function to header (#168703). 2005-03-11 19:49:00 +00:00
gstinfo.c gst/gstinfo.c: Add mutex to serialise access to the hash table with the function pointer => function name string mapp... 2005-09-21 21:36:00 +00:00
gstinfo.h gst\elements\gstfdsink.c gst\elements\gstfdsrc.c gst\elements\gstfilesrc.c gst\elements\gstpipefilter.c gst\elements\... 2005-09-08 12:07:13 +00:00
gstinterface.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstinterface.h put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE ... 2004-07-21 11:32:09 +00:00
gstmacros.h A bunch of portability fixes, derived from Steve Lhomme's MSVC 2004-04-28 23:26:06 +00:00
gstmarshal.list gst/gstmarshal.list: add missing marshaller, fixes build 2004-11-03 21:01:44 +00:00
gstmemchunk.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstmemchunk.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstobject.c gst/: make the name property a construct property, so objects always have a proper name. 2005-04-26 02:01:52 +00:00
gstobject.h gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler 2004-07-03 04:59:12 +00:00
gstpad.c damn me ! 2005-09-09 14:51:10 +00:00
gstpad.h gst/gstbin.c: Remove a piece of code that could never be reached. 2005-01-31 17:39:31 +00:00
gstparse.c gst/gstparse.c: Free the GString used in _gst_parse_escape() 2004-04-21 22:56:59 +00:00
gstparse.h put symbols in the sections.txt into the right sections (so that we dont get wrong undocumented symbols) added TITLE ... 2004-07-21 11:32:09 +00:00
gstpipeline.c gst/gstpipeline.c: call gst_scheduler_reset on dispose (fixes #141416) 2004-05-12 23:43:03 +00:00
gstpipeline.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstplugin.c gst/: Always call g_module_close on error so the symbols don't hang around. 2005-09-07 14:56:17 +00:00
gstplugin.h gst/: Always call g_module_close on error so the symbols don't hang around. 2005-09-07 14:56:17 +00:00
gstpluginfeature.c gst/gstpluginfeature.c: Protect plugin loading by a mutex so it's threadsafe. Fixes #163234. 2005-01-09 01:35:01 +00:00
gstpluginfeature.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstprobe.c gst/gstprobe.c: Another workaround for memory access while destroyed in callback. 2005-01-16 14:36:58 +00:00
gstprobe.h gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 fo... 2006-01-04 00:10:43 +00:00
gstquery.c gst/: Fix two typos in the inline documentation. 2005-06-21 08:40:48 +00:00
gstquery.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstqueue.c gst/elements/gstfdsrc.c: Implement querying. 2006-01-29 22:55:55 +00:00
gstqueue.h Fix binary compatibility with 0.8.{0-3}. Closes bug 148692. 2004-07-28 15:28:18 +00:00
gstregistry.c gst/gstregistry.c: duplicate plugin should never be freed as this the original one we are receiving here. 2005-09-13 13:38:54 +00:00
gstregistry.h gst/gstregistry.h: win32/mingw obviously did not work 2005-05-02 16:39:01 +00:00
gstregistrypool.c remove gst_info remove gstlog.h, fold back to gstinfo.h update translations 2004-05-03 16:03:24 +00:00
gstregistrypool.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstscheduler.c docs/pwg/advanced-types.xml: Fix description for buffer-frames=0. 2005-01-31 15:51:19 +00:00
gstscheduler.h add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
gststructure.c gst/: fix deserialization to have similar semantics to cast's, and check if the value is fittable into the target siz... 2005-06-22 19:47:19 +00:00
gststructure.h gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 fo... 2006-01-04 00:10:43 +00:00
gstsystemclock.c clean up clock lifecycle. fixes #109831 2004-07-06 11:21:34 +00:00
gstsystemclock.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsttag.c gst/elements/gstfdsrc.c: Implement querying. 2006-01-29 22:55:55 +00:00
gsttag.h gst/elements/gstfdsrc.c: Implement querying. 2006-01-29 22:55:55 +00:00
gsttaginterface.c gst/gsttaginterface.c: Some documentation fixes (#307394 and #307397). 2005-06-30 10:59:14 +00:00
gsttaginterface.h gst/: Don't use G_GNUC_CONST for _get_type() functions (see #324530 and http://wingolog.org/archives/2005/03/24/98 fo... 2006-01-04 00:10:43 +00:00
gsttaglist.c gst/: Fix two typos in the inline documentation. 2005-06-21 08:40:48 +00:00
gsttaglist.h gst/gstregistry.h: win32/mingw obviously did not work 2005-05-02 16:39:01 +00:00
gstthread.c first commit in the branch to test 2005-02-22 16:23:52 +00:00
gstthread.h gst/gstthread.c: Lock the iteration and the state change so that automatic negotiation and fixation does not happen a... 2004-10-06 09:42:27 +00:00
gsttrace.c gst/gsttrace.*: tsc's are guint64's. 2005-05-02 15:57:25 +00:00
gsttrace.h gst/gsttrace.*: tsc's are guint64's. 2005-05-02 15:57:25 +00:00
gsttrashstack.c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... 2004-05-07 02:36:28 +00:00
gsttrashstack.h gst/gsttrashstack.h: Fix asm to build on Solaris (#170809) 2005-06-09 19:54:05 +00:00
gsttypefind.c gst/gstpad.c: check that caps are fixed 2004-07-29 15:29:37 +00:00
gsttypefind.h docs/gst/Makefile.am: Disable a bunch of headers from being scanned 2004-03-30 07:36:19 +00:00
gsttypes.h added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsturi.c gst/gsturi.c: The show must go on, even if the element did not accept the uri. Fixes endless loop as witnessed in #30... 2005-06-16 14:56:33 +00:00
gsturi.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gsturitype.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gsturitype.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstutils.c some trademark protection 2005-04-16 08:31:50 +00:00
gstutils.h next time someone tells me to use the gst macros because they are better, they'd better be correct, damnit 2004-05-20 14:01:45 +00:00
gstvalue.c gst/gstvalue.c: Fix memleak (#309125). 2005-06-30 10:11:17 +00:00
gstvalue.h gst/gstvalue.h: Mark _gst_reserved[] as private 2005-01-06 01:08:23 +00:00
gstversion.h.in gst/gstversion.h.in: Protect header. 2004-12-09 13:37:18 +00:00
gstxml.c More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (and reverse). 2005-04-22 12:30:01 +00:00
gstxml.h docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331) 2004-08-18 21:46:55 +00:00
Makefile.am configure.ac: Set G_LOG_DOMAIN in config.h to a string literal. 2005-05-14 23:55:20 +00:00
Makefile.am.future Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... 2001-05-29 12:43:21 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00