mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement.
Original commit message from CVS: * ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement.
This commit is contained in:
parent
74508a9f75
commit
8d9b031015
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ gst_lame_class_init (GstLameClass * klass)
|
|||
static gboolean
|
||||
gst_lame_src_setcaps (GstPad * pad, GstCaps * caps)
|
||||
{
|
||||
GST_DEBUG_OBJECT (pad, "src_setcaps %s", gst_caps_to_string (caps));
|
||||
GST_DEBUG_OBJECT (pad, "caps: %" GST_PTR_FORMAT, caps);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue