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 596826 - gst-launch fails to give error if the pad name is wrong
gst-launch fails to give error if the pad name is wrong
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-30 06:35 UTC by kapil
Modified: 2010-05-03 02:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kapil 2009-09-30 06:35:30 UTC
If I use 
gst-launch-0.10 mysrc .src_video ! fakesink -v works, 
but 
gst-launch-0.10 mysrc .video_src ! fakesink -v hangs, instead it should give error ?

in reality the element mysrc has a srcpad named as src_video.

This seems to be a bug in gst-launch
Comment 1 Jan Schmidt 2009-09-30 09:27:07 UTC
This is probably a bug in your mysrc element, which we clearly can't fix.

This pipeline errors out as you would expect:

gst-launch-0.10 fakesrc .video_src ! fakesink -v

Check the pad templates on your element - if you have a sometimes or request pad on your src that might produce a pad of this name, gst-launch would wait for the element to produce such a pad.
Comment 2 Tobias Mueller 2010-05-03 02:55:54 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!