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 90744 - segfault with v4lsrc + median + sdlvideosink
segfault with v4lsrc + median + sdlvideosink
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.4.0
Other Linux
: Normal normal
: 0.4.0
Assigned To: Ronald Bultje
GStreamer Maintainers
: 90750 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-08-14 15:39 UTC by elburg
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description elburg 2002-08-14 15:39:44 UTC
gst-launch --gst-mask=-1 v4lsrc width=352 height=288 ! median ! 
sdlvideosink 2>&1 &>bugreport
Segmentation fault
Comment 1 Thomas Vander Stichele 2002-08-28 15:44:07 UTC
*** Bug 90750 has been marked as a duplicate of this bug. ***
Comment 2 Thomas Vander Stichele 2002-08-28 15:44:45 UTC
mask log is in the other bug which is marked as a dup of this one
Comment 3 Ronald Bultje 2002-09-09 17:33:53 UTC
median doesn't trigger capsnego for median:src<->sdlvideosink:sink,
due to which the SDL screen for sdlvideosink isn't created (this is
done during capsnego). That causes the segfault.

Resolution: find out why median doesn't trigger capsnego. ;).
Comment 4 Ronald Bultje 2002-09-09 17:42:35 UTC
ok, found it. bugfix is in CVS.