mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
typefind: proxy allocation query
This commit is contained in:
parent
6b90850257
commit
b54b886fc5
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ gst_type_find_element_init (GstTypeFindElement * typefind)
|
||||||
GST_DEBUG_FUNCPTR (gst_type_find_element_chain));
|
GST_DEBUG_FUNCPTR (gst_type_find_element_chain));
|
||||||
gst_pad_set_event_function (typefind->sink,
|
gst_pad_set_event_function (typefind->sink,
|
||||||
GST_DEBUG_FUNCPTR (gst_type_find_element_sink_event));
|
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);
|
gst_element_add_pad (GST_ELEMENT (typefind), typefind->sink);
|
||||||
|
|
||||||
/* srcpad */
|
/* srcpad */
|
||||||
|
|
Loading…
Reference in a new issue