[gstreamer-bugs] [Bug 142209] [build] Large file support broken

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jul 30 13:24:41 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=142209
 GStreamer | gstreamer (core) | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Tim-Philipp Müller  2005-07-30 20:24 -------
2005-07-30  Tim-Philipp Muller  <tim at centricular dot net>

        * configure.ac:
          Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
          and _LARGEFILE_SOURCE in config.h as required. Do not
          export those flags in our .pc files any longer (#142209).

          Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.

        * gst/elements/gstfilesink.c: (gst_file_sink_class_init),
        (gst_file_sink_do_seek), (gst_file_sink_event),
        (gst_file_sink_get_current_offset), (gst_file_sink_render):
          Redo seek/tell calls with large file support in mind; add some
          debugging messages; add log message that tells us when large
          file support is unavailable or not enabled for some reason.

        * gst/elements/gstfilesrc.c: (gst_file_src_class_init):
          Add log message that tells us when large file support
          is unavailable or not enabled for some reason.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list