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 110758 - gst-launch fails on simple mpeg pipeline
gst-launch fails on simple mpeg pipeline
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other other
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-14 14:22 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua N Pritikin 2003-04-14 14:31:55 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...
Comment 1 Benjamin Otte (Company) 2003-04-14 16:47:43 UTC
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.
Comment 2 Benjamin Otte (Company) 2003-04-14 18:35:55 UTC
Fix is in HEAD.

closing