ffmpegprotocol: Slight API change

This commit is contained in:
Edward Hervey 2010-11-07 17:08:50 +01:00 committed by Edward Hervey
parent e879166d44
commit ed1b1eefaf

View file

@ -154,7 +154,7 @@ gst_ffmpegdata_read (URLContext * h, unsigned char *buf, int size)
}
static int
gst_ffmpegdata_write (URLContext * h, unsigned char *buf, int size)
gst_ffmpegdata_write (URLContext * h, const unsigned char *buf, int size)
{
GstProtocolInfo *info;
GstBuffer *outbuf;