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 169082 - segfault with invalid pipeline
segfault with invalid pipeline
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.9
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-03 11:29 UTC by Priit Laes (IRC: plaes)
Modified: 2005-03-12 23:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Priit Laes (IRC: plaes) 2005-03-03 11:29:59 UTC
Distribution/Version: Gentoo

Command:
gst-launch-0.8 { filesrc location="test.avi" ! ffenc_mpeg2video ! decodebin
name=decode }
Comment 1 Ronald Bultje 2005-03-12 23:59:06 UTC
added a check in ffmpegenc. It's still a programming error, so it's a
g_return_if_fail(), but it won't crash.