diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-08-16 10:15:56 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-08-16 14:32:23 +0100 |
commit | 41b85d91ebdccc27c4925b5062cbd41452f3a84f (patch) | |
tree | 34cf21905a1eca8a38d3256250f7045485281464 /win32 | |
parent | d60c249f51fbfbcde01e413910c28f29518ece05 (diff) |
baseparse: add API for subclass to set tags
This is needed so that we can do proper tag handling
all around, and combine the upstream tags with the
tags set by the subclass and any extra tags the
base class may want to add.
API: gst_base_parse_merge_tags()
https://bugzilla.gnome.org/show_bug.cgi?id=679768
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstbase.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 6a12e06d1..ff25b5131 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -33,6 +33,7 @@ EXPORTS gst_base_parse_frame_init gst_base_parse_frame_new gst_base_parse_get_type + gst_base_parse_merge_tags gst_base_parse_push_frame gst_base_parse_set_average_bitrate gst_base_parse_set_duration |