mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +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_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 */
|
||||
|
|
Loading…
Reference in a new issue