mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
add more symbols
Original commit message from CVS: add more symbols
This commit is contained in:
parent
11ba80f46e
commit
404ed6ebea
1 changed files with 5 additions and 0 deletions
|
@ -205,6 +205,8 @@ EXPORTS
|
||||||
gst_element_get_bus
|
gst_element_get_bus
|
||||||
gst_bus_post
|
gst_bus_post
|
||||||
gst_message_new_warning
|
gst_message_new_warning
|
||||||
|
gst_message_new_state_dirty
|
||||||
|
gst_message_new_state_changed
|
||||||
|
|
||||||
gst_mini_object_ref
|
gst_mini_object_ref
|
||||||
gst_marshal_VOID__OBJECT_OBJECT
|
gst_marshal_VOID__OBJECT_OBJECT
|
||||||
|
@ -231,6 +233,7 @@ EXPORTS
|
||||||
gst_element_post_message
|
gst_element_post_message
|
||||||
gst_clock_id_wait
|
gst_clock_id_wait
|
||||||
gst_clock_new_single_shot_id
|
gst_clock_new_single_shot_id
|
||||||
|
gst_clock_get_time
|
||||||
gst_pad_activate_push
|
gst_pad_activate_push
|
||||||
gst_pad_activate_pull
|
gst_pad_activate_pull
|
||||||
gst_pad_check_pull_range
|
gst_pad_check_pull_range
|
||||||
|
@ -242,7 +245,9 @@ EXPORTS
|
||||||
gst_pad_set_getrange_function
|
gst_pad_set_getrange_function
|
||||||
gst_pad_set_checkgetrange_function
|
gst_pad_set_checkgetrange_function
|
||||||
gst_query_set_position
|
gst_query_set_position
|
||||||
|
gst_query_set_duration
|
||||||
gst_query_parse_position
|
gst_query_parse_position
|
||||||
|
gst_query_parse_duration
|
||||||
gst_event_new_flush_stop
|
gst_event_new_flush_stop
|
||||||
gst_pad_push_event
|
gst_pad_push_event
|
||||||
gst_event_new_flush_start
|
gst_event_new_flush_start
|
||||||
|
|
Loading…
Reference in a new issue