typefind: proxy allocation query
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 16 Mar 2012 20:36:33 +0000 (21:36 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 16 Mar 2012 20:36:33 +0000 (21:36 +0100)
plugins/elements/gsttypefindelement.c

index 7db416b..bbc01cc 100644 (file)
@@ -267,6 +267,7 @@ gst_type_find_element_init (GstTypeFindElement * typefind)
       GST_DEBUG_FUNCPTR (gst_type_find_element_chain));
   gst_pad_set_event_function (typefind->sink,
       GST_DEBUG_FUNCPTR (gst_type_find_element_sink_event));
+  GST_PAD_SET_PROXY_ALLOCATION (typefind->sink);
   gst_element_add_pad (GST_ELEMENT (typefind), typefind->sink);
 
   /* srcpad */