gstreamer/gst
Brian Cameron 0bf1bd0db0 Fix linking failures on Solaris. Fixes bug #568481.
Link libgstreamer with $(LIBM) as it uses math functions.

Add a configure check for socket and nsl library and add
them to LIBS if they're found. This is needed on Solaris
for socket() and gethostbyname().
2009-01-23 09:54:53 +01:00
..
parse gst/parse/grammar.y: Remove unneeded casts. 2008-05-25 14:13:22 +00:00
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c gst/: remove GLib 2.6 compatibility code 2006-06-13 08:20:24 +00:00
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst/gst.c: Create a registry if there is none also when the option for gst-disable-registry-update has been selected.... 2009-01-08 13:41:19 +00:00
gst.h
gst_private.h Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstbin.c gst/gstbin.c: Use an iterator to set the clock and the index so that we can release the object lock appropriately. Fi... 2009-01-05 10:14:28 +00:00
gstbin.h gst/gstbin.*: Add do-latency signal with the old default fallback implementation. This allows for custom latency calc... 2008-11-19 12:06:41 +00:00
gstbuffer.c gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers. 2008-11-13 18:09:45 +00:00
gstbuffer.h gst/gstbuffer.h: Document the free_func. 2008-11-18 09:52:41 +00:00
gstbus.c gst/gstbus.c: Fix order of members in GstBusSource structure - the first member must be the parent structure ie. GSou... 2009-01-17 21:04:41 +00:00
gstbus.h
gstcaps.c gst/gstcaps.c: Callgrind micro optimisations. 2008-11-06 15:09:34 +00:00
gstcaps.h gst/gstcaps.*: Constify the field gchar * params in set_simple and friends. 2008-03-24 10:33:41 +00:00
gstchildproxy.c gst/gstchildproxy.c: Add FIXMEs for 0.11 to use GST_TYPE_OBJECT in the signature of the the child-added / -removed si... 2008-07-08 09:04:25 +00:00
gstchildproxy.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstclock.c gst/gstclock.c: Add some more debugging to the clock slaving code. 2008-08-25 11:06:34 +00:00
gstclock.h
gstcompat.h
gstconfig.h.in Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere. 2008-07-31 15:20:32 +00:00
gstdebugutils.c gst/gstdebugutils.c: Add some ideas, how to make the graph smaller. 2009-01-01 21:27:06 +00:00
gstdebugutils.h gst/gstdebugutils.h: Add missing Since' markers to gtk-doc blurbs. 2008-06-26 12:24:08 +00:00
gstelement.c gst/: Assign debug statements to relevant categories instead of the 'default' category so they don't get lost in debu... 2009-01-03 18:10:08 +00:00
gstelement.h gst/gstelement.h: Fix link in documentation. 2008-07-25 10:24:43 +00:00
gstelementfactory.c
gstelementfactory.h
gsterror.c gst/gsterror.c: Fix typo (spotted by Fabricio Godoy, #536723). 2008-06-05 08:55:41 +00:00
gsterror.h
gstevent.c Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstevent.h gst/gstevent.h: Add a SKIP seek flag for use with advanced trickmodes. 2008-11-06 12:03:17 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c do not call the unlink function on the target pad when the ghostpad 2009-01-21 12:21:49 +01:00
gstghostpad.h gst/gstghostpad.*: Unbreak -good build, private is a reserved c++ keyword. 2008-10-08 10:39:24 +00:00
gstindex.c gst/gstindex.c: Add a debugging category for GstIndex, first little step in making indexing top-notch. 2009-01-03 18:16:54 +00:00
gstindex.h
gstindexfactory.c
gstindexfactory.h
gstinfo.c
gstinfo.h configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and not needed. 2008-07-22 18:12:54 +00:00
gstinterface.c
gstinterface.h
gstiterator.c gst/gstiterator.*: After 3 years it's about time to revise the documentation of the iterator objects. 2008-08-29 17:58:25 +00:00
gstiterator.h gst/gstiterator.*: After 3 years it's about time to revise the documentation of the iterator objects. 2008-08-29 17:58:25 +00:00
gstmacros.h
gstmarshal.list
gstmessage.c Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstmessage.h Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstminiobject.c
gstminiobject.h
gstobject.c gst/: Assign debug statements to relevant categories instead of the 'default' category so they don't get lost in debu... 2009-01-03 18:10:08 +00:00
gstobject.h
gstpad.c gst/gstpad.c: Avoid getting the acceptcaps function too early. 2008-11-21 16:48:48 +00:00
gstpad.h gst/gstpad.h: A small documentation fix. 2009-01-15 10:04:37 +00:00
gstpadtemplate.c gst/gstpadtemplate.c: Revert last change, since it breaks a few plugins, ffmpeg, alaw, and mulaw. Code is correct, b... 2008-08-29 00:34:58 +00:00
gstpadtemplate.h
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h
gstpipeline.c gst/gstpipeline.c: Some more comments. 2008-10-29 17:04:50 +00:00
gstpipeline.h
gstplugin.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstplugin.h Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstpluginfeature.c
gstpluginfeature.h
gstpoll.c gst/gstpoll.c: Adds support for FD_CONNECT event (win32). See #562258. 2008-11-27 11:12:30 +00:00
gstpoll.h
gstpreset.c gst/gstpreset.c: Use g_unlink instead of unlink. 2008-10-31 14:24:49 +00:00
gstpreset.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstquark.c API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquark.h API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquery.c API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstquery.h API: Add URI query type. This is useful to query the URI of a sink/source element and can be used by demuxers that ne... 2008-12-20 17:33:44 +00:00
gstregistry.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstregistry.h
gstregistrybinary.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstregistrybinary.h Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstregistryxml.c Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GS... 2009-01-06 17:58:59 +00:00
gstsegment.c gst/gstsegment.c: Set the last_stop to a more meaningful position when configuring the segment. ie. the start/stop of... 2008-10-23 09:49:07 +00:00
gstsegment.h
gststructure.c gst/gstcaps.c: Callgrind micro optimisations. 2008-11-06 15:09:34 +00:00
gststructure.h
gstsystemclock.c
gstsystemclock.h
gsttaglist.c gst/gsttaglist.c: Avoid copy of empty taglist. 2008-12-16 09:37:53 +00:00
gsttaglist.h gst/: Update GstTagSetter and GstTagMergeMode documentation. Mention that tags can come from events and from applicat... 2008-12-16 07:07:36 +00:00
gsttagsetter.c Rename api added in previous commit and add since tag to docs. 2008-12-16 15:51:52 +00:00
gsttagsetter.h Rename api added in previous commit and add since tag to docs. 2008-12-16 15:51:52 +00:00
gsttask.c
gsttask.h
gsttrace.c
gsttrace.h
gsttypefind.c Allow adding a typefinder without a typefind function so that it can be used 2009-01-21 12:45:45 +01:00
gsttypefind.h
gsttypefindfactory.c Allow adding a typefinder without a typefind function so that it can be used 2009-01-21 12:45:45 +01:00
gsttypefindfactory.h
gsturi.c gst/gsturi.c: Don't segfault on input like "tel:+1-123-555-1234". 2008-08-28 10:45:04 +00:00
gsturi.h
gstutils.c gst/: Assign debug statements to relevant categories instead of the 'default' category so they don't get lost in debu... 2009-01-03 18:10:08 +00:00
gstutils.h gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225. 2009-01-11 09:46:52 +00:00
gstvalue.c gst/gstvalue.c: Don't crash if either of the string GValues is empty. 2008-11-17 21:25:39 +00:00
gstvalue.h
gstversion.h.in
gstxml.c gst/gstxml.c: Clarify that the save_thyself() and restore_thyself() virtual functions of GstObject need to be overrid... 2008-10-10 15:38:06 +00:00
gstxml.h
Makefile.am Fix linking failures on Solaris. Fixes bug #568481. 2009-01-23 09:54:53 +01:00