mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
parent
e5d2d32bba
commit
95c838f051
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ gst_gio_base_sink_render (GstBaseSink * base_sink, GstBuffer * buffer)
|
|||
* doesn't... */
|
||||
GST_ELEMENT_ERROR (sink, RESOURCE, WRITE, (NULL),
|
||||
("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)));
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue