mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
gst/gstelement.c: Improve inline API docs for gst_element_remove_pad().
Original commit message from CVS: * gst/gstelement.c: Improve inline API docs for gst_element_remove_pad().
This commit is contained in:
parent
32f7bcf48a
commit
7144588926
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstelement.c:
|
||||
Improve inline API docs for gst_element_remove_pad().
|
||||
|
||||
2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/schedulers/gstoptimalscheduler.c:
|
||||
|
|
|
@ -1239,7 +1239,10 @@ gst_element_add_ghost_pad (GstElement * element, GstPad * pad,
|
|||
* @pad: the #GstPad to remove from the element.
|
||||
*
|
||||
* Removes @pad from @element. @pad will be destroyed if it has not been
|
||||
* referenced elsewhere.
|
||||
* referenced elsewhere. Normally, only elements remove pads. The only
|
||||
* exception to this are ghost pads which were created by the application
|
||||
* and request pads, which applications can remove using
|
||||
* gst_element_release_request_pad().
|
||||
*/
|
||||
void
|
||||
gst_element_remove_pad (GstElement * element, GstPad * pad)
|
||||
|
|
Loading…
Reference in a new issue