mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +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
|
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;
|
GstProtocolInfo *info;
|
||||||
GstBuffer *outbuf;
|
GstBuffer *outbuf;
|
||||||
|
|
Loading…
Reference in a new issue