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 /gst/gstpad.h | |
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 'gst/gstpad.h')
-rw-r--r-- | gst/gstpad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h index 11b6eaaf8..13d457103 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -880,6 +880,7 @@ gpointer gst_pad_get_element_private (GstPad *pad); GstPadTemplate* gst_pad_get_pad_template (GstPad *pad); +GstFlowReturn gst_pad_store_sticky_event (GstPad *pad, GstEvent *event); GstEvent* gst_pad_get_sticky_event (GstPad *pad, GstEventType event_type, guint idx); void gst_pad_sticky_events_foreach (GstPad *pad, GstPadStickyEventsForeachFunction foreach_func, gpointer user_data); |