mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
pad: Fix a typo in a docstring
https://bugzilla.gnome.org/show_bug.cgi?id=747119
This commit is contained in:
parent
e4d07e161d
commit
ca380d16a0
1 changed files with 1 additions and 1 deletions
|
@ -2884,7 +2884,7 @@ event_forward_func (GstPad * pad, EventData * data)
|
|||
* The EOS event will pause the task associated with @pad before it is forwarded
|
||||
* to all internally linked pads,
|
||||
*
|
||||
* The the event is sent to all pads internally linked to @pad. This function
|
||||
* The event is sent to all pads internally linked to @pad. This function
|
||||
* takes ownership of @event.
|
||||
*
|
||||
* Returns: %TRUE if the event was sent successfully.
|
||||
|
|
Loading…
Reference in a new issue