mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
Add new core library API from 0.10.30
This commit is contained in:
parent
7ac79bfef9
commit
e485bad78b
2 changed files with 14 additions and 0 deletions
|
@ -168,6 +168,19 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-method masked_scan_uint32_peek
|
||||||
|
(of-object "GstAdapter")
|
||||||
|
(c-name "gst_adapter_masked_scan_uint32_peek")
|
||||||
|
(return-type "guint")
|
||||||
|
(parameters
|
||||||
|
'("guint32" "mask")
|
||||||
|
'("guint32" "pattern")
|
||||||
|
'("guint" "offset")
|
||||||
|
'("guint" "size")
|
||||||
|
'("guint32*" "value")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-function gst_adapter_get_type
|
(define-function gst_adapter_get_type
|
||||||
(c-name "gst_adapter_get_type")
|
(c-name "gst_adapter_get_type")
|
||||||
(return-type "GType")
|
(return-type "GType")
|
||||||
|
|
|
@ -5,6 +5,7 @@ ignore
|
||||||
gst_tag_list_peek_string_index
|
gst_tag_list_peek_string_index
|
||||||
gst_pad_link_full
|
gst_pad_link_full
|
||||||
gst_element_link_pads_full
|
gst_element_link_pads_full
|
||||||
|
gst_adapter_masked_scan_uint32_peek
|
||||||
%%
|
%%
|
||||||
ignore-type
|
ignore-type
|
||||||
GstPadLinkCheck
|
GstPadLinkCheck
|
||||||
|
|
Loading…
Reference in a new issue