check/: Application message API change.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 08:47:40 +0000 (08:47 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 08:47:40 +0000 (08:47 +0000)
commit83a7075f8a0f943176abc1cadb24e5e5af0485e7
tree163cb2ca51598045963c76a1e322a7c423008f36
parente3141fc8f526773647d2d2afd28e5c9d408c19e7
check/: Application message API change.

Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* check/gst/gstbus.c (pound_bus_with_messages):
* check/gst/gstmessage.c (START_TEST):
* check/pipelines/simple_launch_lines.c (got_handoff): Application
message API change.

* gst/base/gstbasetransform.c (gst_base_transform_setcaps): More
logic weaks here: always run transform_caps, trying passthrough
operation only if the original caps intersects with the transform.

* gst/gstpad.c (gst_pad_link_check_compatible_unlocked): Debug
source and sink caps.

* gst/base/gstbasetransform.c (gst_base_transform_getcaps):
Intersect the peer caps with the pad template before going into
transform_caps.
(gst_base_transform_transform_caps): More debugging.

* gst/gstmessage.h (gst_message_new_application): Take a GstObject
src argument.
13 files changed:
ChangeLog
check/gst/gstbus.c
check/gst/gstmessage.c
check/pipelines/simple_launch_lines.c
docs/gst/tmpl/gstpad.sgml
gst/base/gstbasetransform.c
gst/gstmessage.c
gst/gstmessage.h
gst/gstpad.c
libs/gst/base/gstbasetransform.c
tests/check/gst/gstbus.c
tests/check/gst/gstmessage.c
tests/check/pipelines/simple-launch-lines.c