more of these
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Jul 2002 11:13:10 +0000 (11:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Jul 2002 11:13:10 +0000 (11:13 +0000)
Original commit message from CVS:
more of these

gst-libs/gst/audio/audio.c

index 94bffff..83f17b0 100644 (file)
@@ -40,7 +40,8 @@ gst_audio_frame_byte_size (GstPad* pad)
   if (caps == NULL)
   {
     /* ERROR: could not get caps of pad */
-    g_error ("gstaudio: warning: could not get caps of pad %p\n", pad);
+    g_warning ("gstaudio: warning: could not get caps of pad %p (%s)\n", 
+              pad, GST_PAD_NAME (pad));
     return 0;
   }