GNOME Bugzilla – Bug 147889
gst_element_link_pads_filtered may ignore named dest pad when the src isn't given
Last modified: 2004-12-22 21:47:04 UTC
This pipeline should link queue1 to mpeg2subt.subtitle, but instead tries to link it to sub.video: gst-launch dvdnavsrc ! dvddemux name=demux .current_video ! { queue max-size-buffers=50 ! mpeg2dec ! deinterlace ! .video mpeg2subt name=sub ! \ navseek ! xvimagesink demux.current_subpicture ! \ queue max-size-buffers=5 block-timeout=10000 ! sub.subtitle }
Created attachment 29651 [details] [review] Patch from Company for the problem
applied