gst/gstelement.h: Clarify _NO_PREROLL a bit more.
authorYves Lefebvre <ivanohe@abacom.com>
Fri, 13 Oct 2006 13:27:46 +0000 (13:27 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 13 Oct 2006 13:27:46 +0000 (13:27 +0000)
commit1b417192e6ccf8f47563d40694c33dd898cc2071
tree977e2e8721a1c505a7c0d5cdfc93da5f8ab1506b
parentf038abdb38c12b307f2878d922b7bba0bfc3b62b
gst/gstelement.h: Clarify _NO_PREROLL a bit more.

Original commit message from CVS:
* gst/gstelement.h:
Clarify _NO_PREROLL a bit more.
* gst/gstevent.c:
Fix docs.
* gst/gstpad.c: (gst_pad_link_check_hierarchy),
(gst_pad_get_caps_unlocked), (gst_pad_save_thyself),
(handle_pad_block), (gst_pad_push_event), (gst_pad_send_event):
Patch by: Yves Lefebvre <ivanohe at abacom dot com> Fix possible deadlock
due to wrong locking order. Fixes #361769.
Remove some redundant/misplaced checks in pad_block.
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
For negative rates, count backwards from the duration.
ChangeLog
gst/gstelement.h
gst/gstevent.c
gst/gstpad.c
libs/gst/base/gstbasesink.c