mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
d282f2e3ea
commit
7d1a8026d4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* ext/lame/gstlame.c:
|
||||||
|
Use GST_PTR_FORMAT to print caps in debug statement.
|
||||||
|
|
||||||
2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -512,7 +512,7 @@ gst_lame_class_init (GstLameClass * klass)
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_lame_src_setcaps (GstPad * pad, GstCaps * caps)
|
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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue