mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
ffmpegprotocol: Slight API change
This commit is contained in:
parent
e879166d44
commit
ed1b1eefaf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue