parent
e5d2d32bba
commit
95c838f051
@ -266,7 +266,7 @@ gst_gio_base_sink_render (GstBaseSink * base_sink, GstBuffer * buffer)
|
|||||||
* doesn't... */
|
* doesn't... */
|
||||||
GST_ELEMENT_ERROR (sink, RESOURCE, WRITE, (NULL),
|
GST_ELEMENT_ERROR (sink, RESOURCE, WRITE, (NULL),
|
||||||
("Could not write to stream: (short write, only %"
|
("Could not write to stream: (short write, only %"
|
||||||
G_GUINT64_FORMAT " bytes of %d bytes written)",
|
G_GSSIZE_FORMAT " bytes of %d bytes written)",
|
||||||
written, GST_BUFFER_SIZE (buffer)));
|
written, GST_BUFFER_SIZE (buffer)));
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user