ffmpegprotocol: Slight API change
authorEdward Hervey <bilboed@bilboed.com>
Sun, 7 Nov 2010 16:08:50 +0000 (17:08 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 24 Jan 2011 16:26:20 +0000 (17:26 +0100)
ext/ffmpeg/gstffmpegprotocol.c

index f46ac28..713a874 100644 (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;