commit | 7d5fda88d4e88edb3b49e331ad54871052853144 | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.net> | Sun Oct 23 10:29:51 2005 +0000 |
committer | Tim-Philipp Müller <tim@centricular.net> | Sun Oct 23 10:29:51 2005 +0000 |
tree | 0228f4b43c39ba8fc8ca123f06a6d1ae395b10f4 | |
parent | 013e3acc3d3be72eae8b7a45da1077ee95d1f45a [diff] |
gst/elements/gstfilesink.c: Use fseeko() and ftello() if available. When falling back on lseek() to get the current o... Original commit message from CVS: * gst/elements/gstfilesink.c: (gst_file_sink_do_seek), (gst_file_sink_get_current_offset): Use fseeko() and ftello() if available. When falling back on lseek() to get the current offset, fflush() first to make sure everything is up-to-date and we get the right offset.