[gstreamer-bugs] [Bug 587052] New: [filesink.c] Support for files >4GB on windows makes filesink element to crahs at gst_file_sink_do_seek()
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Jun 26 06:52:12 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=587052
GStreamer | gstreamer (core) | Ver: 0.10.23
Summary: [filesink.c] Support for files >4GB on windows makes
filesink element to crahs at gst_file_sink_do_seek()
Product: GStreamer
Version: 0.10.23
Platform: Other
OS/Version: Windows
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ylatuya at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Support for files >4GB on Windows makes the filesink element to crash at
gst_file_sink_do_seek() using this pipeline:
gst-launch videotestsrc ! filesink location=test
The execution throws an unhandled exception at line 451:
#elif defined (G_OS_UNIX) || defined (G_OS_WIN32)
if (lseek (fileno (filesink->file), (off_t) new_offset,
SEEK_SET) == (off_t) - 1)
The same pipeline works reverting 'filesink.c' to the previous version
(0.10.22).
I'm using Visual Studio 8 together with the Windows Driver Kit. You can fetch
the whole build system here:
http://code.google.com/p/ossbuild/
I attach the binaries to reproduce the error
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587052.
More information about the Gstreamer-bugs
mailing list