This changes an important part of the plugin API, gst_pad_try_set_caps() no longer...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 10 Sep 2002 08:52:58 +0000 (08:52 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 10 Sep 2002 08:52:58 +0000 (08:52 +0000)
commit5b5274daf2940038e71fe5ff6e1844243509f3ec
treecf9904d908b4fc7042c71d832e72816de0d9056f
parent1cbfc22ca4818ba08742f4f84012d529a68ef112
This changes an important part of the plugin API, gst_pad_try_set_caps() no longer returns a boolean, it now returns ...

Original commit message from CVS:
This changes an important part of the plugin API, gst_pad_try_set_caps() no longer returns a boolean, it now returns a GstPadConnectReturn, which makes much more sense than a boolean. All plugins have also been changed, so don't worry ;)
gst/elements/gstidentity.c
gst/elements/gsttee.c
gst/gstpad.c
gst/gstpad.h
gst/gsttypefind.c
plugins/elements/gstidentity.c
plugins/elements/gsttee.c
tests/old/testsuite/elements/tee.c
testsuite/elements/tee.c