mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function and gst_pad_call_get_function.
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function and gst_pad_call_get_function.
This commit is contained in:
parent
42d3780eea
commit
82d33969ed
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-16 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
* docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
|
||||||
|
and gst_pad_call_get_function.
|
||||||
|
|
||||||
2004-04-15 David Schleef <ds@schleef.org>
|
2004-04-15 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
|
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
|
||||||
|
|
|
@ -208,6 +208,8 @@ gst_pad_connect_filtered
|
||||||
gst_pad_disconnect
|
gst_pad_disconnect
|
||||||
gst_pad_proxy_connect
|
gst_pad_proxy_connect
|
||||||
gst_pad_set_connect_function
|
gst_pad_set_connect_function
|
||||||
|
gst_pad_call_chain_function
|
||||||
|
gst_pad_call_get_function
|
||||||
GST_PAD_CONNECT_REFUSED
|
GST_PAD_CONNECT_REFUSED
|
||||||
GST_PAD_CONNECT_DELAYED
|
GST_PAD_CONNECT_DELAYED
|
||||||
GST_PAD_CONNECT_OK
|
GST_PAD_CONNECT_OK
|
||||||
|
|
Loading…
Reference in a new issue