mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
talk about the basetransform sink_event vmethod
This commit is contained in:
parent
2ff17fb622
commit
e672a372d6
1 changed files with 7 additions and 0 deletions
|
@ -318,6 +318,13 @@ The 0.11 porting guide
|
|||
GstBaseTransform::transform_caps() now gets the complete caps passed
|
||||
instead of getting it passed structure by structure.
|
||||
|
||||
GstBaseTransform::event() was renamed to sink_event(). The old function
|
||||
uses the return value to determine if the event should be forwarded or not.
|
||||
The new function has a default implementation that always forwards the event
|
||||
and the return value is simply returned as a result from the event handler.
|
||||
The semantics of the sink_event are thus the same as those for the src_event
|
||||
function.
|
||||
|
||||
* GstImplementsInterface
|
||||
has been removed. Interfaces need to be updated to either have
|
||||
is_ready/usable/available() methods, or have GError arguments
|
||||
|
|
Loading…
Reference in a new issue