mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-15 21:06:32 +00:00
pad: add comment
This commit is contained in:
parent
842afb9732
commit
a80581831e
1 changed files with 3 additions and 0 deletions
|
@ -426,6 +426,9 @@ remove_event_by_type (GstPad * pad, GstEventType type)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* check all events on srcpad against those on sinkpad. All events that are not
|
||||||
|
* on sinkpad are marked as received=FALSE and the PENDING_EVENTS is set on the
|
||||||
|
* srcpad so that the events will be sent next time */
|
||||||
static void
|
static void
|
||||||
schedule_events (GstPad * srcpad, GstPad * sinkpad)
|
schedule_events (GstPad * srcpad, GstPad * sinkpad)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue