mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
more useful info
Original commit message from CVS: more useful info
This commit is contained in:
parent
7d83fadc7d
commit
390d18891e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue