mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
more useful info
Original commit message from CVS: more useful info
This commit is contained in:
parent
27f564d626
commit
03dfe3fa94
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ gst_audio_length (GstPad* pad, GstBuffer* buf)
|
||||||
if (caps == NULL)
|
if (caps == NULL)
|
||||||
{
|
{
|
||||||
/* ERROR: could not get caps of pad */
|
/* 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;
|
length = 0.0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue