diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-25 12:18:14 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-05-12 11:43:02 +0200 |
commit | 7d930b86930fbce5b6362e20c5d78073f24e3c8e (patch) | |
tree | c61b86695332fbe09694e99b03ed595faa5108df /win32/common | |
parent | da1d11be770a529b61b93bbc4cd3acbd5b7bc559 (diff) |
buffer: Add GstReferenceTimestampMeta
This is a meta that generically allows to attach additional reference
timestamps to a buffer, that don't have to relate to the pipeline clock
in any way.
Examples of this could be an NTP timestamp when the media was captured,
a frame counter on the capture side or the (local) UNIX timestamp when
the media was captured.
https://bugzilla.gnome.org/show_bug.cgi?id=779213
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstreamer.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 389f52859..3fe1b4619 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -116,6 +116,7 @@ EXPORTS gst_buffer_add_meta gst_buffer_add_parent_buffer_meta gst_buffer_add_protection_meta + gst_buffer_add_reference_timestamp_meta gst_buffer_append gst_buffer_append_memory gst_buffer_append_region @@ -135,6 +136,7 @@ EXPORTS gst_buffer_get_memory gst_buffer_get_memory_range gst_buffer_get_meta + gst_buffer_get_reference_timestamp_meta gst_buffer_get_size gst_buffer_get_sizes gst_buffer_get_sizes_range @@ -1173,6 +1175,8 @@ EXPORTS gst_query_type_to_quark gst_query_writable_structure gst_rank_get_type + gst_reference_timestamp_meta_api_get_type + gst_reference_timestamp_meta_get_info gst_registry_add_feature gst_registry_add_plugin gst_registry_check_feature_version |