mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst/gstpad.c: Fix documentation as spotted by rg on IRC.
Original commit message from CVS: * gst/gstpad.c: Fix documentation as spotted by rg on IRC.
This commit is contained in:
parent
6683664453
commit
682d75a392
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-02 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gstpad.c:
|
||||||
|
Fix documentation as spotted by rg on IRC.
|
||||||
|
|
||||||
2007-04-29 Stefan Kost <ensonic@users.sf.net>
|
2007-04-29 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gstutils.c:
|
* gst/gstutils.c:
|
||||||
|
|
|
@ -1223,7 +1223,7 @@ gst_pad_set_checkgetrange_function (GstPad * pad,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_pad_set_event_function:
|
* gst_pad_set_event_function:
|
||||||
* @pad: a source #GstPad.
|
* @pad: a #GstPad of either direction.
|
||||||
* @event: the #GstPadEventFunction to set.
|
* @event: the #GstPadEventFunction to set.
|
||||||
*
|
*
|
||||||
* Sets the given event handler for the pad.
|
* Sets the given event handler for the pad.
|
||||||
|
|
Loading…
Reference in a new issue