gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if there is no task. Shouldn...
authorAndy Wingo <wingo@pobox.com>
Wed, 12 Oct 2005 11:49:35 +0000 (11:49 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 12 Oct 2005 11:49:35 +0000 (11:49 +0000)
commitc3cc492c7e29f4d4bbd93bce40de320c9fe62d66
tree4dbfd10eda5fc9c301063de23ee29b862ed7de95
parente11ddea888bd296b8e5d7c6bb364b778a4b4fb9f
gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if there is no task. Shouldn't affect any code, as nothing i...

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

* gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if
there is no task. Shouldn't affect any code, as nothing in our
plugins checks this return value.
(gst_pad_stop_task): Also take the stream lock if the pad has no
task. Docs updated.
ChangeLog
common
gst/gstpad.c