gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus assert; it's always possibl...
authorAndy Wingo <wingo@pobox.com>
Fri, 17 Jun 2005 11:58:48 +0000 (11:58 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 17 Jun 2005 11:58:48 +0000 (11:58 +0000)
commit355499790b6664637838da24771a23b8b81adbd1
tree63f992eb0de9de6d1cc2b8dbf673a18807488f66
parentd47ea57975a88e81e170fd4bcdfa6a6973e63e7b
gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus assert; it's always possible that the pad gets deactivated ...

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

* gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
assert; it's always possible that the pad gets deactivated in
between the checks in gstpad.c and the implementation. Rely on
finish_preroll() to return a FLUSHING or similar instead of on the
assert.
gst/base/gstbasesink.c
libs/gst/base/gstbasesink.c