summaryrefslogtreecommitdiff
path: root/gst/gst_private.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-05-26 17:08:03 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-05-26 17:08:03 +0200
commit118e325a03f13ef0a9323189af7a8e8ac823cfe1 (patch)
tree84d51372e975bb952d0ea8b6184d106765e6f00e /gst/gst_private.h
parentaaba02929852a63713ed07cf32ff196e5fd6f998 (diff)
pad: remove pad cache
Remove the pad cache as this is going to be reworked for new pad blocking and probes.
Diffstat (limited to 'gst/gst_private.h')
-rw-r--r--gst/gst_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/gst_private.h b/gst/gst_private.h
index acc437d35..82c960118 100644
--- a/gst/gst_private.h
+++ b/gst/gst_private.h
@@ -116,8 +116,6 @@ gboolean _priv_gst_registry_remove_cache_plugins (GstRegistry *registry);
void _priv_gst_registry_cleanup (void);
gboolean _gst_plugin_loader_client_run (void);
-void _priv_gst_pad_invalidate_cache (GstPad *pad);
-
/* Used in GstBin for manual state handling */
void _priv_gst_element_state_changed (GstElement *element, GstState oldstate,
GstState newstate, GstState pending);