mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
Add new symbol to docs and .def file
Fixes make check
This commit is contained in:
parent
23b32d5600
commit
cbe24ecc89
2 changed files with 2 additions and 0 deletions
|
@ -937,6 +937,7 @@ gst_queue_array_new_for_struct
|
|||
gst_queue_array_push_tail_struct
|
||||
gst_queue_array_peek_head_struct
|
||||
gst_queue_array_pop_head_struct
|
||||
gst_queue_array_peek_tail_struct
|
||||
gst_queue_array_drop_struct
|
||||
</SECTION>
|
||||
|
||||
|
|
|
@ -317,6 +317,7 @@ EXPORTS
|
|||
gst_queue_array_peek_head
|
||||
gst_queue_array_peek_head_struct
|
||||
gst_queue_array_peek_tail
|
||||
gst_queue_array_peek_tail_struct
|
||||
gst_queue_array_pop_head
|
||||
gst_queue_array_pop_head_struct
|
||||
gst_queue_array_pop_tail
|
||||
|
|
Loading…
Reference in a new issue