diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-04 17:06:18 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-10 08:25:50 +0200 |
commit | d445027ec17954820c60379b5aadd16274ad683f (patch) | |
tree | baaee7315c5cb3bbff07d40c2543a35e56c6efed /win32 | |
parent | 3004cc5f45427c44e425c9130faef53aa62438f0 (diff) |
event: Add running-time-offset field to all events
Events passing through #GstPads that have a running time
offset set via gst_pad_set_offset() will get their offset
adjusted according to the pad's offset.
If the event contains any information that related to the
running time, this information will need to be updated
before usage with this offset.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index c59e85501..1e00b01ab 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -510,6 +510,7 @@ EXPORTS gst_element_unlink_pads gst_error_get_message gst_event_copy_segment + gst_event_get_running_time_offset gst_event_get_seqnum gst_event_get_structure gst_event_get_type @@ -552,6 +553,7 @@ EXPORTS gst_event_parse_toc gst_event_parse_toc_select gst_event_set_group_id + gst_event_set_running_time_offset gst_event_set_seqnum gst_event_set_stream_flags gst_event_type_flags_get_type |