From f78053c3068b209476ffed4268d90a85bd5a4c2a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Jul 2002 11:13:10 +0000 Subject: more of these Original commit message from CVS: more of these --- gst-libs/gst/audio/audio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 94bffff3..83f17b09 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -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; } -- cgit v1.2.1