typefind: proxy allocation query

This commit is contained in:
Wim Taymans 2012-03-16 21:36:33 +01:00
parent 6b90850257
commit b54b886fc5

View 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 */