gstreamer/gst
Tim-Philipp Müller 7a478fbdbd gst/glib-compat-private.h: Add compatibility macro for g_intern_string() for
Original commit message from CVS:
* gst/glib-compat-private.h:
Add compatibility macro for g_intern_string() for
GLib-2.8 (any reason we can't just bump the
requirement to at least 2.10?)
* gst/gstpadtemplate.h:
* gst/gstelementfactory.c:
* gst/gstregistryxml.c:
* gst/gstregistrybinary.c:
Make GstStaticPadTemplate's templ_name field a const gchar * and fix
up the internal code accordingly.  This shouldn't be a problem, since
there is no reason external code could ever assume the string in such
a structure is dynamically allocated unless it did that itself;  the
use of g_strdup() is private to element factories.  The new code also
saves some memory by putting pad template name strings into the GLib
quark table instead of allocating them dynamically.
Declaring this field constant fixes warnings with g++-4.2 when using
the GST_STATIC_PAD_TEMPLATE macro in c++ code (#478092).
2007-09-19 13:28:40 +00:00
..
parse gst/parse/: Update the prebuild parser sources. 2007-04-19 14:32:49 +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: Don't use GST_INFO before the debug system is actually initialised (shouldn't do any harm, but won't print... 2007-08-23 20:41:30 +00:00
gst.h API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... 2007-06-06 11:18:12 +00:00
gst_private.h gst/: On win32, all the __declspec stuff for symbol exporting is apparently only needed with MSVC, but doesn't work w... 2007-01-05 13:23:02 +00:00
gstbin.c gst/gstbin.c: A latency query fails when one of the sinks fail. 2007-09-17 20:55:23 +00:00
gstbin.h gst/gstbin.*: Immediatly commit the toplevel bin state when receiving an async-done message. This enables us to avoid... 2007-06-18 15:12:28 +00:00
gstbuffer.c gst/gstbuffer.c: Implement poisoning for GstBuffer if --enable-poisoning is specified. 2007-09-13 08:42:55 +00:00
gstbuffer.h gst/gstbuffer.h: Remove comma from last element in enum to avoid compile errors when using -pendantic. Fixes #464366. 2007-08-07 14:04:22 +00:00
gstbus.c API: gst_bus_timed_pop() 2007-02-27 17:22:07 +00:00
gstbus.h API: gst_bus_timed_pop() 2007-02-27 17:22:07 +00:00
gstcaps.c gst/gstcaps.c: Fix proper check for simple caps. 2007-08-12 16:38:40 +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: Invert precondition check to be alike the ones in the mimiced gobject api. 2007-03-14 13:40:28 +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 Improve _adjust_unlocked() so that it overflows less. 2007-04-05 10:06:20 +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 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480. 2007-04-20 08:39:35 +00:00
gstelement.c gst/gstbin.c: A latency query fails when one of the sinks fail. 2007-09-17 20:55:23 +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/glib-compat-private.h: Add compatibility macro for g_intern_string() for 2007-09-19 13:28:40 +00:00
gstelementfactory.h gst/gstelementfactory.*: API: gst_element_factory_has_interface() 2007-07-25 18:37:12 +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 Typo fixes; minor docs addition. 2007-04-28 11:29:54 +00:00
gstevent.h docs/gst/gstreamer-sections.txt: Add docs for new methods. 2007-02-02 11:48:48 +00:00
gstfilter.c docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? 2005-11-21 14:50:22 +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: Fix locking order (must take lock before using n_values). 2006-09-17 19:26:16 +00:00
gstformat.h Doc fixes. 2005-11-20 14:50:43 +00:00
gstghostpad.c gst/gstghostpad.c: Add peer and direction in the XML serialisation of ghostpads. 2007-06-27 09:34:01 +00:00
gstghostpad.h Refactored *_new() functions. 2006-08-31 10:59:11 +00:00
gstindex.c gst/gstindex.c: Fix index entry generation from vargs. Fixes #466595. 2007-08-14 13:43:44 +00:00
gstindex.h Fix broken GObject macros 2006-04-08 18:05:16 +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/gstinfo.*: Make some internal API take const gchar * instead of just gchar * to avoid compiler warnings with g++-... 2007-09-18 22:13:57 +00:00
gstinfo.h gst/gstinfo.*: Make some internal API take const gchar * instead of just gchar * to avoid compiler warnings with g++-... 2007-09-18 22:13:57 +00:00
gstinterface.c various style fixes 2005-10-15 16:01:57 +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 Another conditional doc check. 2007-07-25 13:00:23 +00:00
gstmessage.h gst/gstmessage.h: Add some more docs for the messages. 2007-08-16 10:07:48 +00:00
gstminiobject.c gst/gstminiobject.c: Remove 3 do-nothing methods. 2007-06-27 11:43:04 +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 signal signature. 2007-06-05 16:25:06 +00:00
gstobject.h 2nd attempt to have a xml-less build as a joined effort of #413123 and #421480. 2007-04-20 08:39:35 +00:00
gstpad.c Add function to perform a query on the peer of a pad. 2007-09-11 15:55:50 +00:00
gstpad.h Add function to perform a query on the peer of a pad. 2007-09-11 15:55:50 +00:00
gstpadtemplate.c Add G_UNLIKELY in type registration. 2006-06-12 08:55:21 +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/: 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
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 gst/: Move latency query from GstPipeline to GstBin so that we can also use it when async-handling is enabled on bins. 2007-09-13 21:27:33 +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/: 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
gstplugin.h gst/gstplugin.h: Fix and expand GstPluginDesc API docs. 2007-01-30 15:04:33 +00:00
gstpluginfeature.c gst/gstpluginfeature.c: Revert patch from #459466 until after the release and we can work out exactly what the proble... 2007-07-31 10:10:27 +00:00
gstpluginfeature.h gst/gstbuffer.h: Avoid unneeded type checking. 2006-06-12 09:11:44 +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 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
gstquery.h docs/gst/gstreamer-sections.txt: Add docs for new methods. 2007-02-02 11:48:48 +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 gst/gstregistry.h: Add gst_registry_add_path, which was missing from this header. 2007-08-10 14:40:26 +00:00
gstregistrybinary.c gst/glib-compat-private.h: Add compatibility macro for g_intern_string() for 2007-09-19 13:28:40 +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 gst/glib-compat-private.h: Add compatibility macro for g_intern_string() for 2007-09-19 13:28:40 +00:00
gstsegment.c gst/gstobject.c: Fix signal signature. 2007-06-05 16:25:06 +00:00
gstsegment.h docs/design/part-qos.txt: Fix typo. 2006-10-09 16:33:29 +00:00
gststructure.c gst/gststructure.c: Fix fraction list fixation code. Take the fraction with the smallest difference with the target i... 2007-09-05 01:00:50 +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: Fix anoying regression that survived a few releases. When adding an async entry while blocking ... 2007-03-22 11:58:08 +00:00
gstsystemclock.h Doc updates. 2005-10-28 18:14:24 +00:00
gsttaglist.c API: add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939). 2007-07-26 15:48:40 +00:00
gsttaglist.h API: add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939). 2007-07-26 15:48:40 +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/: Remove newlines at end of debug log strings. 2007-03-07 17:26:49 +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 doc indent fix 2006-05-24 09:00:47 +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 gst/gsttypefindfactory.c: Fix docs that recommened wrong function to use. 2007-07-24 11:31:09 +00:00
gsttypefindfactory.h gst/: Fix memory leak in GstTypeFindFactory. 2005-11-29 23:56:20 +00:00
gsturi.c gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and not '/c:/foo/bar.txt' on Windows. Fixes ... 2007-09-12 12:36:51 +00:00
gsturi.h Typo fixes; minor docs addition. 2007-04-28 11:29:54 +00:00
gstutils.c gst/gsttaglist.c: Fix doc syntax. 2007-07-10 20:10:16 +00:00
gstutils.h gst/gsttaglist.c: Fix doc syntax. 2007-07-10 20:10:16 +00:00
gstvalue.c Another conditional doc check. 2007-07-25 13:00:23 +00:00
gstvalue.h gst/gstvalue.*: Use these optimizations only internaly. 2006-08-20 15:55:12 +00:00
gstversion.h.in configure.ac: use new AS_VERSION and AS_NANO macros 2006-04-01 09:41:43 +00:00
gstxml.c Typo fixes (#366212). 2006-10-28 15:42:29 +00:00
gstxml.h Another conditional doc check. 2007-07-25 13:00:23 +00:00
Makefile.am gst/Makefile.am: Revert patch which uses $(gst_headers) instead of $^ because it breaks make dist. 2007-08-24 16:39:06 +00:00