gstreamer/gst
David Schleef 599926b18e gst/elements/gsttypefindelement.c: Use gst_pad_use_explicit_caps for src pad.
Original commit message from CVS:
* gst/elements/gsttypefindelement.c:
(gst_type_find_element_have_type), (gst_type_find_element_init):
Use gst_pad_use_explicit_caps for src pad.
* gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
before using it.
2004-01-03 10:01:35 +00:00
..
autoplug Add some sanity tests to gstpad.c. Check that pad is linked before calling gst_pad_try_set_caps() on it in spideride... 2003-12-24 01:39:08 +00:00
elements gst/elements/gsttypefindelement.c: Use gst_pad_use_explicit_caps for src pad. 2004-01-03 10:01:35 +00:00
indexers more trademark fixing 2003-12-05 12:32:06 +00:00
parse fix non-gtk-doc comment blocks 2003-12-24 14:39:46 +00:00
registries Merge CAPS branch 2003-12-22 01:39:35 +00:00
schedulers removing last mentions of wingo cothreads 2003-12-24 15:11:20 +00:00
.gitignore
cothreads.c
cothreads.h
gst.c whitespace and doc style fixes 2003-12-24 14:36:03 +00:00
gst.h rename gstcaps2.[ch] to gstcaps.[ch] 2003-12-22 01:58:20 +00:00
gst_private.h
gstarch.h Fix powerpc asm 2003-12-18 09:41:49 +00:00
gstatomic.c
gstatomic.h
gstatomic_impl.h
gstbin.c Change the marshalilng of element_added/element_removed signals to use gst_marshal_VOID__OBJECT over gst_marshal_VOID... 2004-01-02 15:41:08 +00:00
gstbin.h implement gst_bin_get_(all_)by_interface 2003-12-16 19:35:26 +00:00
gstbuffer.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstbuffer.h Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstcaps.c gst/gstcaps.c: Add new function. 2004-01-02 23:04:14 +00:00
gstcaps.h gst/gstcaps.c: Add new function. 2004-01-02 23:04:14 +00:00
gstclock.c Remove need for calling set_active(FALSE)+set_active(TRUE) before calling handle_discont(). I didn't really understan... 2003-12-17 22:35:25 +00:00
gstclock.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstcompat.h
gstconfig.h.in
gstcpu.c
gstcpu.h
gstcpuid_i386.s
gstdata.c
gstdata.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstdata_private.h
gstelement.c gst/gstelement.c: Fix to allow DELAYED to indicate that linking was successful. 2004-01-03 09:25:04 +00:00
gstelement.h Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstelementfactory.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstevent.c
gstevent.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h remove trailing comma for gtk-doc 2003-12-24 12:55:00 +00:00
gstindex.c
gstindex.h Removed needless semicolon that was causing a compiler error with Forte. 2003-12-15 18:22:57 +00:00
gstinfo.c some docs style cleanups 2003-12-22 10:51:03 +00:00
gstinfo.h fix GST_DEBUG_CATEGORY_INIT description 2003-12-25 09:42:56 +00:00
gstinterface.c gst/gstcaps.c: add sanity checks 2003-12-27 13:51:31 +00:00
gstinterface.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstlog.h
gstmacros.h
gstmarshal.list Make GstCaps parameter const. Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED. Don't double-fre... 2003-12-24 07:42:43 +00:00
gstmemchunk.c
gstmemchunk.h
gstobject.c
gstobject.h removed GST_*_CAST. Disabling of type checking is done in glib. 2003-12-13 16:58:29 +00:00
gstpad.c gst/elements/gsttypefindelement.c: Use gst_pad_use_explicit_caps for src pad. 2004-01-03 10:01:35 +00:00
gstpad.h Add new use_explicit_caps() and set_explicit_caps() functions. 2004-01-02 07:02:43 +00:00
gstparse.c
gstparse.h
gstpipeline.c
gstpipeline.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstplugin.c fix non-gtk-doc comment blocks 2003-12-24 14:39:46 +00:00
gstplugin.h Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstpluginfeature.c
gstpluginfeature.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstprobe.c
gstprobe.h
gstquery.c
gstquery.h
gstqueue.c Negotiation fixes 2004-01-01 02:23:47 +00:00
gstqueue.h This is either a rewrite or a large bugfix to the queue element, whatever you prefer to call it. 2003-12-13 17:12:46 +00:00
gstregistry.c
gstregistry.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstregistrypool.c
gstregistrypool.h
gstscheduler.c removed GST_*_CAST. Disabling of type checking is done in glib. 2003-12-13 16:58:29 +00:00
gstscheduler.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gststructure.c gst/gstcaps.*: Add simplify function 2003-12-30 04:59:48 +00:00
gststructure.h Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstsystemclock.c gst/gstcaps.c: add sanity checks 2003-12-27 13:51:31 +00:00
gstsystemclock.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gsttag.c Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttag.h Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttaginterface.c Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttaginterface.h Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttaglist.c Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttaglist.h Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttagsetter.c Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gsttagsetter.h Add interface to setting GValues directly. 2003-12-23 04:50:01 +00:00
gstthread.c gst/gstcaps.c: add sanity checks 2003-12-27 13:51:31 +00:00
gstthread.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gstthreaddummy.c
gsttrace.c
gsttrace.h
gsttrashstack.c
gsttrashstack.h
gsttypefind.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
gsttypefind.h rename gstcaps2.[ch] to gstcaps.[ch] 2003-12-22 01:58:20 +00:00
gsttypes.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gsturi.c
gsturi.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
gsturitype.c
gsturitype.h
gstutils.c Merge CAPS branch 2003-12-22 01:39:35 +00:00
gstutils.h
gstvalue.c Fix typo in last checkin that caused a regression. 2003-12-23 21:22:38 +00:00
gstvalue.h Rearrange lots of code. Change registration of compare function into registration of compare/serialize/deserialize f... 2003-12-23 20:58:05 +00:00
gstversion.h.in fix non-gtk-doc comment blocks 2003-12-24 14:39:46 +00:00
gstxml.c
gstxml.h Change GST_.*_PADDING to _gst_padding[GST_PADDING]; 2003-12-09 02:39:31 +00:00
Makefile.am rename gstcaps2.[ch] to gstcaps.[ch] 2003-12-22 01:58:20 +00:00
Makefile.am.future
ROADMAP