mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
changelog
Original commit message from CVS: changelog
This commit is contained in:
parent
355499790b
commit
dd592128f5
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
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 (gst_basesink_event): Only wait for the
|
||||
clock and post an EOS message if we come out of finish_preroll in
|
||||
the playing state.
|
||||
|
|
Loading…
Reference in a new issue