gstreamer/gst
Zeeshan Ali (Khattak) 8af9d58ea7 gstpad: fix gst_pad_can_link()
Move the gst_pad_can_link() implementation from gstutils to gstpad and use
gst_pad_link_prepare() to make it work correctly and also check the caps.

Make the broken implementation in gstutils static.

Small cleanups in the _get_fixed_caps() function.

Fixes #575682.
2009-03-18 17:01:16 +01:00
..
parse
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c config.h needs to be included first, either directly or via gst_private.h 2009-03-17 20:41:44 +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 bin: forward segment-start like segment-done if parent is also a bin, fixes #575598. 2009-03-17 12:05:33 +02: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 docs: Improve some docs 2009-03-12 10:48:21 +01:00
gstbus.c bus: remove unused set/get property functions 2009-02-05 17:05:56 +02:00
gstbus.h
gstcaps.c apidocs: markup example as highlightable example and copy same for structure 2009-03-06 21:59:20 +02:00
gstcaps.h
gstchildproxy.c
gstchildproxy.h gst/: Remove double interface from doc-string. 2008-08-12 06:27:35 +00:00
gstclock.c cleanup: remove unused variables in _class_init() and reindent. 2009-02-05 17:25:01 +02: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 dump2dot: ellipsize caps fields, better placement of unnegotiated caps 2009-03-11 15:27:08 +02:00
gstdebugutils.h
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
gstelementfactory.c docs: format and indent examples. 2009-02-15 16:40:43 +02:00
gstelementfactory.h
gsterror.c
gsterror.h
gstevent.c Add sequence numbers to events and messages. See #559250. 2008-11-04 12:22:53 +00:00
gstevent.h docs: Improve some docs 2009-03-12 10:48:21 +01:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c logging: some additional logging for tracing caps negotiation. 2009-03-10 21:13:40 +02: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
gstinterface.c
gstinterface.h Remove broken class to interface cast macros from GstUriHandler and GstImplementsInterface headers 2009-01-30 18:25:39 +00:00
gstiterator.c docs: fix linking to constant and functions 2009-03-12 00:41:24 +02: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 message to request a state change 2009-02-18 15:31:55 +01:00
gstmessage.h docs: Improve some docs 2009-03-12 10:48:21 +01:00
gstminiobject.c
gstminiobject.h
gstobject.c comment: add a fixme-0.11 2009-03-10 21:13:40 +02:00
gstobject.h
gstpad.c gstpad: fix gst_pad_can_link() 2009-03-18 17:01:16 +01:00
gstpad.h gstpad: fix gst_pad_can_link() 2009-03-18 17:01:16 +01:00
gstpadtemplate.c padtemplate: Allow %u as conversion modifier additional to %d and %s 2009-03-11 14:11:30 +01: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 Document that GST_PLUGIN_DEFINE macros use PACKAGE define. Fixes #559722. 2009-01-25 22:11:32 +02:00
gstpluginfeature.c docs: format and indent examples. 2009-02-15 16:40:43 +02:00
gstpluginfeature.h
gstpoll.c GstPoll: set the return value on windows 2009-03-05 11:02:59 +01:00
gstpoll.h GstPoll: add methods to use gstpoll for timeouts 2009-02-03 17:49:02 +01:00
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 docs: Improve some docs 2009-03-12 10:48:21 +01: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 binary registry: Don't attempt to parse empty caps 2009-02-25 16:03:25 +02: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 apidocs: markup example as highlightable example and copy same for structure 2009-03-06 21:59:20 +02:00
gststructure.h
gstsystemclock.c systemclock: these warnings are serious, give more detail in the message 2009-03-15 23:41:33 +02:00
gstsystemclock.h Implement the systemclock with gstpoll 2009-02-03 18:04:46 +01:00
gsttaglist.c taglists: apply fix for replace all also to gst_tag_list_add_valist_values. Fixes #574241 2009-03-12 12:21:39 +02:00
gsttaglist.h taglist: API: Add HOMEPAGE tag 2009-02-12 10:42:47 +01: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 Remove broken class to interface cast macros from GstUriHandler and GstImplementsInterface headers 2009-01-30 18:25:39 +00:00
gstutils.c gstpad: fix gst_pad_can_link() 2009-03-18 17:01:16 +01:00
gstutils.h gstpad: fix gst_pad_can_link() 2009-03-18 17:01:16 +01: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 Replace some mentions of CVS by GIT 2009-02-08 10:28:59 +01:00
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