http://bugs.winehq.org/show_bug.cgi?id=25136
Summary: Crash in winegstreamer when --without-gstreamer option is used Product: Wine Version: 1.3.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer AssignedTo: wine-bugs@winehq.org ReportedBy: b7.10110111@gmail.com
I've compiled wine 1.3.7 using --without-gstreamer compilation option. But when i start GTAVC or GTASA, it still crashes with the following backtrace:
Backtrace: =>0 0x7c101b41 BasePinImpl_EnumMediaTypes+0x7f() in winegstreamer (0x0032f6c8) 1 0x7cdc97a2 BaseOutputPinImpl_Connect+0x369() in quartz (0x0032f758) 2 0x7cd55c54 FilterGraph2_Render+0xdb5() in quartz (0x0032fa28) 3 0x7cd56176 FilterGraph2_RenderFile+0x172() in quartz (0x0032fab8) 4 0x00600871 in gta-vc (+0x200870) (0x006de5ac)
Notice winegstreamer appearing here for some reason, though it has been disabled by configure script. Crash looks almost like in bug 24932 (comment 1), but with crash in winegstreamer instead of quartz.