Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 241938 | Differences between
and this patch

Collapse All | Expand All

(-)gst-ffmpeg-0.10.4/ext/ffmpeg/gstffmpegprotocol.c (-2 / +2 lines)
Lines 175-182 gst_ffmpegdata_write (URLContext * h, un Link Here
175
  return size;
175
  return size;
176
}
176
}
177
177
178
static offset_t
178
static int64_t
179
gst_ffmpegdata_seek (URLContext * h, offset_t pos, int whence)
179
gst_ffmpegdata_seek (URLContext * h, int64_t pos, int whence)
180
{
180
{
181
  GstProtocolInfo *info;
181
  GstProtocolInfo *info;
182
  guint64 newpos;
182
  guint64 newpos;

Return to bug 241938