mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
Original commit message from CVS: * gst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
This commit is contained in:
parent
8923a57a6f
commit
785eafa32a
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstpad.c:
|
||||
Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
|
||||
|
||||
2006-10-02 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* docs/design/part-block.txt:
|
||||
|
@ -14,7 +19,6 @@
|
|||
API: GST_PAD_IS_BLOCKING() macro
|
||||
API: GST_PAD_BLOCKING GstPadFlag
|
||||
|
||||
|
||||
2006-10-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
Patch by: mrcgran <mrc.gran at gmail dot com>
|
||||
|
|
|
@ -1058,6 +1058,8 @@ gst_pad_is_blocked (GstPad * pad)
|
|||
* Returns: TRUE if the pad is blocking.
|
||||
*
|
||||
* MT safe.
|
||||
*
|
||||
* Since: 0.10.11
|
||||
*/
|
||||
gboolean
|
||||
gst_pad_is_blocking (GstPad * pad)
|
||||
|
|
Loading…
Reference in a new issue