*_is_writeable => *_is_writable (spelling)
Original commit message from CVS: *_is_writeable => *_is_writable (spelling)
This commit is contained in:
parent
4a2b1b2947
commit
b3c728ed0d
@ -505,7 +505,7 @@ static GstBuffer*
|
|||||||
gst_audio_convert_get_buffer (GstBuffer *buf, guint size)
|
gst_audio_convert_get_buffer (GstBuffer *buf, guint size)
|
||||||
{
|
{
|
||||||
GstBuffer *ret;
|
GstBuffer *ret;
|
||||||
if (buf->maxsize >= size && gst_buffer_is_writeable (buf)) {
|
if (buf->maxsize >= size && gst_buffer_is_writable (buf)) {
|
||||||
gst_buffer_ref (buf);
|
gst_buffer_ref (buf);
|
||||||
buf->size = size;
|
buf->size = size;
|
||||||
return buf;
|
return buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user