more useful info
Original commit message from CVS: more useful info
This commit is contained in:
parent
65a3d40391
commit
8deffcd6f9
@ -114,7 +114,8 @@ gst_audio_length (GstPad* pad, GstBuffer* buf)
|
||||
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));
|
||||
length = 0.0;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user