[gstreamer-bugs] [Bug 587052] [filesink.c] Support for files >4GB on windows makes filesink element to crash at gst_file_sink_do_seek()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 29 07:31:07 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




------- Comment #6 from Andoni Morales  2009-06-29 14:31 UTC -------
(In reply to comment #4)
> libgstcoreelements.pdb does not match (libgstbase.pdb does, but that isn't very

I'll try to update de zip package with the good pbd files (I must be doing a
stupid mistake copying and pasting)

> helpful, since filesink resides ink coreelements). And you should drop me
> gstfilesink.c (the version used to build the executable), since it is different
> (now) from the one i have.

gstfilesink.c is the same one that is in the 0.10.23 release package.


(In reply to comment #5)
> It could be because you are using two different CRTs - one is used internally
> by GLib (unless you're building GLib yourself too) to open a FILE* stream, and
> another is used by GStreamer to convert that stream with fileno().
> 

I build GLib using Mingw and the GStreamer binaries are built using MSVS2008
but using the Windows Driver Kit, which allows to target msvcrt.dll (the same
one used by Mingw) instead of msvcr90.dll. Thus both GLib and GStreamer are
using the same CRT.

I'll try to make one last test: to build gstreamer with mingw/msys. This way we
will be able to discard the CRT problem.


-- 
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