mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
plugins/elements/gstfilesink.c: Include <stdio.h> for fseeko().
Original commit message from CVS: * plugins/elements/gstfilesink.c: Include <stdio.h> for fseeko().
This commit is contained in:
parent
ececbda2b2
commit
a18f048fb2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* plugins/elements/gstfilesink.c:
|
||||
Include <stdio.h> for fseeko().
|
||||
|
||||
2007-01-10 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstevent.c:
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include "../../gst/gst-i18n-lib.h"
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <stdio.h> /* for fseeko() */
|
||||
#include <errno.h>
|
||||
#include "gstfilesink.h"
|
||||
#include <string.h>
|
||||
|
@ -44,7 +45,6 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
|
|
Loading…
Reference in a new issue