mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Small additional message
Original commit message from CVS: Small additional message
This commit is contained in:
parent
3dec0a8035
commit
9416183ac6
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ gst_vorbisenc_chain (GstPad * pad, GstBuffer * buf)
|
|||
vorbisenc = GST_VORBISENC (gst_pad_get_parent (pad));
|
||||
|
||||
if (!vorbisenc->setup) {
|
||||
gst_element_error (GST_ELEMENT (vorbisenc), "encoder not initialized");
|
||||
gst_element_error (GST_ELEMENT (vorbisenc), "encoder not initialized (input is not audio?)");
|
||||
if (GST_IS_BUFFER (buf))
|
||||
gst_buffer_unref (buf);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue