Small additional message
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Dec 2001 12:50:56 +0000 (12:50 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Dec 2001 12:50:56 +0000 (12:50 +0000)
Original commit message from CVS:
Small additional message

ext/vorbis/vorbisenc.c

index 9c83aec..82552dd 100644 (file)
@@ -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