GNOME Bugzilla – Bug 110758
gst-launch fails on simple mpeg pipeline
Last modified: 2004-12-22 21:47:04 UTC
discont=100000 ./gst-launch --gst-scheduler=opt filesrc location=$1 ! mpegdemux max_discont=$discont sync=false name=foo video_%02d! { queue ! mpeg2dec ! { queue ! colorspace ! xvideosink } } foo.audio_%02d!{ queue ! mad ! { queue ! osssink } } This has worked for months. Now it doesn't. ** ERROR **: file ./grammar.y: line 407 (gst_parse_perform_link): assertion failed: (GST_IS_ELEMENT (src)) aborting...
Ok, we figured out that the pipeline is missing a dot in front of the video_%02d. Please leave that bug open nonetheless, because there is no correct error message but an assertion failure.
Fix is in HEAD. closing