mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
more of these
Original commit message from CVS: more of these
This commit is contained in:
parent
03dfe3fa94
commit
02bdb811de
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ gst_audio_frame_byte_size (GstPad* pad)
|
||||||
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));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue