document gst_caps_debug change gst_caps_debug to accept a label argument, assists...
authorAndy Wingo <wingo@pobox.com>
Sun, 3 Mar 2002 00:44:41 +0000 (00:44 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Mar 2002 00:44:41 +0000 (00:44 +0000)
commit0c6802533c22d0b60bf169e7ed132f1edaa0b4b3
tree122aa19298d5052a4095512bd75497e882564a29
parentc700ba97a902f9200c431ad84b4c0b7687712d58
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...

Original commit message from CVS:
* document gst_caps_debug
* change gst_caps_debug to accept a label argument, assists greatly
in debugging capsnego
* better names from gst_object_name_default
* some more debugging in gstpad.c
* require caps to match padtemplates on both side of a connection
* gstspider uses default naming so that names are globally unique
* moved filesrc offset arg to the top -- show up first in a prop list.
in the future we should have flags on props indicating which ones
it might be interesting for the end-user to change.
* initialize cothreads in the more standard way, and provide some more debugging
common
gst/autoplug/gstspider.c
gst/elements/gstfilesrc.c
gst/gstcaps.c
gst/gstcaps.h
gst/gstelement.c
gst/gstobject.c
gst/gstpad.c
gst/gstprops.c
gst/schedulers/gststandardscheduler.c
plugins/elements/gstfilesrc.c