gstreamer/gst
Tim-Philipp Müller 189facea50 parse: fix more compiler warnings
Fix 'grammar.tab.c:815:6: warning: "YYENABLE_NLS" is not defined'
compiler warning and the same for YYLTYPE_IS_TRIVIAL. The two
translated strings aren't particularly helpful, so just define
YYENABLE_NLS to 0.
2010-04-07 19:09:24 +01:00
..
parse parse: fix more compiler warnings 2010-04-07 19:09:24 +01:00
.gitignore
gettext.h gettext: build fixes: #if -> #ifdef 2010-03-22 17:10:06 +02:00
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h i18n: define dummy ngettext if i18n is disabled. 2010-03-11 10:14:05 +02:00
gst-i18n-lib.h i18n: define dummy ngettext if i18n is disabled. 2010-03-11 10:14:05 +02:00
gst.c gst: this is an internal function where we already ensure !NULL when calling 2010-03-15 11:17:21 +02:00
gst.h
gst_private.h gst_private: MSVC doesn't seem to like #warning 2010-02-10 14:28:05 +00:00
gstbin.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstbin.h
gstbuffer.c buffer: fix printf format 2010-03-11 09:39:23 +00:00
gstbuffer.h docs: Move field specific Since markers at the same line 2010-01-14 10:44:16 +01:00
gstbufferlist.c Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstbufferlist.h docs: add some more Since: markers to buffer list docs 2010-01-31 17:30:54 +00:00
gstbus.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstbus.h bus: whitespace fixes 2010-01-11 11:55:51 +01:00
gstcaps.c gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACRO 2010-03-17 11:03:15 +00:00
gstcaps.h
gstchildproxy.c gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACRO 2010-03-17 11:03:15 +00:00
gstchildproxy.h
gstclock.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstclock.h
gstcompat.h
gstconfig.h.in gstconfig.h: add define to force printf format checking for debug messages 2009-11-05 21:23:22 +00:00
gstdebugutils.c debugutils: fix case of pad flag 2010-03-15 11:16:44 +02:00
gstdebugutils.h build: more some prototypes out if #ifndef GST_DISABLE_GST_DEBUG 2010-03-28 13:14:06 +03:00
gstelement.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstelement.h Deprecated gst_element_class_set_details() 2010-03-24 12:20:05 +01:00
gstelementdetails.h Fixes for -Wmissing-declarations -Wmissing-prototypes 2010-03-11 10:59:57 +01:00
gstelementfactory.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstelementfactory.h elementfactory: Add FIXME 0.11 to remove GstElementDetails from the public API 2010-03-25 18:57:40 +01:00
gsterror.c
gsterror.h
gstevent.c docs: fix some typos 2010-04-06 17:46:36 +02:00
gstevent.h docs: add missing returns: tag 2010-01-05 00:09:10 +02:00
gstfilter.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstfilter.h
gstformat.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstformat.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstghostpad.c gstghostpad: Register debug funcptr only once. 2009-12-01 17:56:19 +01:00
gstghostpad.h
gstindex.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstindex.h gstindex: retab .h file 2010-01-21 16:19:44 +01:00
gstindexfactory.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstindexfactory.h
gstinfo.c info: readd the use of GstDebugFuncPtr typedef and tell why 2010-03-29 16:36:15 +03:00
gstinfo.h gstinfo: add a comment explaining the reason for using fucntion protos here. 2010-03-29 16:38:05 +03:00
gstinterface.c
gstinterface.h
gstiterator.c iterator: Add FIXME 0.11 for using GSlice for allocation 2010-03-28 19:48:54 +02:00
gstiterator.h
gstmacros.h docs: remove gtkdoc header as these things don't come up on our docs even 2009-11-25 14:41:26 +02:00
gstmarshal.list
gstmessage.c message: improve docs a little 2010-03-17 19:26:30 +01:00
gstmessage.h message: add Since: markers 2010-04-07 16:06:22 +02:00
gstminiobject.c gstreamer: remove unneeded casts 2010-03-11 11:46:28 +01:00
gstminiobject.h
gstobject.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstobject.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstpad.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstpad.h pad: indentation fix 2009-11-05 12:36:10 +01:00
gstpadtemplate.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstpadtemplate.h docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstparamspecs.c
gstparamspecs.h
gstparse.c Fixes for -Wmissing-declarations -Wmissing-prototypes 2010-03-11 10:59:57 +01:00
gstparse.h
gstpipeline.c Fixes for -Wmissing-declarations -Wmissing-prototypes 2010-03-11 10:59:57 +01:00
gstpipeline.h
gstplugin.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstplugin.h Add some 0.11 FIXMEs for GstPluginInitFunc 2010-03-13 11:05:33 +01:00
gstpluginfeature.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstpluginfeature.h
gstpluginloader.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstpluginloader.h
gstpoll.c gstpoll: don't pass non-objects as first argument to GST_DEBUG_OBJECT() 2010-03-04 18:40:50 +00:00
gstpoll.h
gstpreset.c
gstpreset.h
gstquark.c message: add QoS message to inform apps of lost data 2010-03-17 19:16:42 +01:00
gstquark.h message: add QoS message to inform apps of lost data 2010-03-17 19:16:42 +01:00
gstquery.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstquery.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstregistry.c Fixes for -Wmissing-declarations -Wmissing-prototypes 2010-03-11 10:59:57 +01:00
gstregistry.h registry: deprecate useless gst_registry_xml_{read|write}_cache() 2010-01-06 19:19:40 +00:00
gstregistrybinary.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstregistrybinary.h Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstregistrychunks.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstregistrychunks.h gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gstsegment.c
gstsegment.h
gststructure.c structure: Make structure abbreviations array one-time initialization threadsafe 2010-03-28 19:49:00 +02:00
gststructure.h structure: API: Add gst_structure_id_has_field{,_typed} 2009-11-02 09:24:10 +01:00
gstsystemclock.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstsystemclock.h
gsttaglist.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gsttaglist.h tags: Add new _USER_RATING tag 2010-03-24 15:18:53 -03:00
gsttagsetter.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gsttagsetter.h
gsttask.c task: snprintf needs to include "stdio.h" 2010-03-16 09:56:41 +02:00
gsttask.h task: retab 2010-03-15 12:13:55 +01:00
gsttaskpool.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gsttaskpool.h docs: add Since markers to task pool docs and document task function 2010-01-06 19:18:53 +00:00
gsttrace.c gst: Use GSlice instead of normal g_malloc in more places 2010-03-28 19:48:45 +02:00
gsttrace.h Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gsttypefind.c gsttypefind: avoid one more run-time type check 2009-11-02 08:50:04 +00:00
gsttypefind.h
gsttypefindfactory.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gsttypefindfactory.h
gsturi.c gsturi: Don't use g_signal_emit_by_name, use the signal ID directly 2009-12-07 09:51:03 +01:00
gsturi.h docs: Move field specific Since markers at the same line 2010-01-14 10:44:16 +01:00
gstutils.c utils: Handle iterator resyncs in gst_pad_proxy_setcaps() 2010-03-15 14:52:40 +01:00
gstutils.h utils: Use G_GNUC_CONST instead of G_GNUC_PURE for conversion functions 2010-04-02 18:43:37 +02:00
gstvalue.c Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
gstvalue.h docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstversion.h.in
gstxml.c Make code safe for -Wredundant-decls 2010-03-10 20:45:33 +01:00
gstxml.h
Makefile.am libs: point gobject-introspection scanner to .la files 2010-04-03 13:41:52 +01:00