GNOME Bugzilla – Bug 659074
directshow input can segfault
Last modified: 2011-11-01 18:52:28 UTC
install https://github.com/rdp/screen-capture-recorder-program/downloads v 0.1.1 works, others probably do as well. $ gst-launch.exe dshowvideosrc device-name=screen-capture-recorder ! fakesink Unhandled exception at 0x0028b9bb in gst-launch: 0xC0000094: Integer division by zero. I think within libgstdshowsrcwrapper This may be because I don't advertise the pins' capabilities "right" yet, but is still probably a bug, as other dshow apps don't seem to fail with segfault, and they do accept the device. Thanks! -roger-
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
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!
I *think* this was caused by the filter not setting the fps, then it was dividing by zero, for followers. So ok with just leaving it closed.