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 659074 - directshow input can segfault
directshow input can segfault
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other Windows
: High critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-14 16:42 UTC by rogerdpack
Modified: 2011-11-01 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rogerdpack 2011-09-14 16:42:34 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-
Comment 1 David Schleef 2011-09-17 19:50:03 UTC
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!
Comment 2 Akhil Laddha 2011-10-31 06:43:20 UTC
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!
Comment 3 rogerdpack 2011-11-01 18:52:28 UTC
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.