diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-04-04 16:20:24 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-04-04 16:36:26 +0200 |
commit | 3e1a430c22e7d88cf49c37e444121d476f78b31c (patch) | |
tree | 525e3f299ce56b25d8a99a67d3fea5f9b7bc63dd /win32 | |
parent | 1457c9c499a934e67396cd33cc48d394f50e7726 (diff) |
pad: add gst_pad_store_sticky_event()
Rewire some internal functions and expose a new
gst_pad_store_sticky_event() function.
API: gst_pad_store_sticky_event()
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 178398ddf..8bc053874 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -795,6 +795,7 @@ EXPORTS gst_pad_start_task gst_pad_sticky_events_foreach gst_pad_stop_task + gst_pad_store_sticky_event gst_pad_template_flags_get_type gst_pad_template_get_caps gst_pad_template_get_type |