diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-15 11:13:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-15 11:13:10 +0000 |
commit | f78053c3068b209476ffed4268d90a85bd5a4c2a (patch) | |
tree | b1f2949059a8cbfcb0968f5d34b608863a0c29d4 /gst-libs/gst/audio/audio.c | |
parent | 8deffcd6f9c5e5d635f4eb8aa528be7be866cf48 (diff) | |
download | gst-plugins-bad-f78053c3068b209476ffed4268d90a85bd5a4c2a.tar.gz gst-plugins-bad-f78053c3068b209476ffed4268d90a85bd5a4c2a.tar.bz2 gst-plugins-bad-f78053c3068b209476ffed4268d90a85bd5a4c2a.zip |
more of these
Original commit message from CVS:
more of these
Diffstat (limited to 'gst-libs/gst/audio/audio.c')
-rw-r--r-- | gst-libs/gst/audio/audio.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |