mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
dvdspu: set proxy allocation flag on the video sink pad
https://bugzilla.gnome.org/show_bug.cgi?id=725893
This commit is contained in:
parent
c9bb878fe5
commit
a6bfde1ea6
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ gst_dvd_spu_init (GstDVDSpu * dvdspu)
|
|||
gst_pad_set_chain_function (dvdspu->subpic_sinkpad, gst_dvd_spu_subpic_chain);
|
||||
gst_pad_set_event_function (dvdspu->subpic_sinkpad, gst_dvd_spu_subpic_event);
|
||||
|
||||
GST_PAD_SET_PROXY_ALLOCATION (dvdspu->videosinkpad);
|
||||
|
||||
gst_element_add_pad (GST_ELEMENT (dvdspu), dvdspu->videosinkpad);
|
||||
gst_element_add_pad (GST_ELEMENT (dvdspu), dvdspu->subpic_sinkpad);
|
||||
gst_element_add_pad (GST_ELEMENT (dvdspu), dvdspu->srcpad);
|
||||
|
|
Loading…
Reference in a new issue