After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 147889 - gst_element_link_pads_filtered may ignore named dest pad when the src isn't given
gst_element_link_pads_filtered may ignore named dest pad when the src isn't g...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-19 13:46 UTC by Jan Schmidt
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch from Company for the problem (748 bytes, patch)
2004-07-19 13:52 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2004-07-19 13:46:28 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 }
Comment 1 Jan Schmidt 2004-07-19 13:52:06 UTC
Created attachment 29651 [details] [review]
Patch from Company for the problem
Comment 2 Benjamin Otte (Company) 2004-07-20 19:54:23 UTC
applied