mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
dvbsuboverlay: proxy the allocation query
Pass allocation query downstream.
This commit is contained in:
parent
79f419c82d
commit
f2f9e4b68a
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ gst_dvbsub_overlay_init (GstDVBSubOverlay * render)
|
|||
gst_pad_set_query_function (render->srcpad,
|
||||
GST_DEBUG_FUNCPTR (gst_dvbsub_overlay_query_src));
|
||||
|
||||
GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad);
|
||||
|
||||
gst_element_add_pad (GST_ELEMENT (render), render->srcpad);
|
||||
gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad);
|
||||
gst_element_add_pad (GST_ELEMENT (render), render->text_sinkpad);
|
||||
|
|
Loading…
Reference in a new issue