From d18853b2534015cb60898633a1cd0173c16e2a3a Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Mon, 31 Dec 2007 00:32:53 +0000 Subject: [PATCH] sys/ximage/ximagesink.c: fix typo Original commit message from CVS: * sys/ximage/ximagesink.c: fix typo --- ChangeLog | 5 +++++ sys/ximage/ximagesink.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5336570..0ee857e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-31 Thijs Vermeir + + * sys/ximage/ximagesink.c: + fix typo + 2007-12-30 Wim Taymans * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status): diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c index 61ed303..d6757f8 100644 --- a/sys/ximage/ximagesink.c +++ b/sys/ximage/ximagesink.c @@ -1751,7 +1751,7 @@ gst_ximagesink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size, width = result.w; height = result.h; size = bpp * width * height; - GST_DEBUG ("peed pad accepts our desired caps %" GST_PTR_FORMAT + GST_DEBUG ("peer pad accepts our desired caps %" GST_PTR_FORMAT " buffer size is now %d bytes", desired_caps, size); } else { GST_DEBUG ("peer pad does not accept our desired caps %" GST_PTR_FORMAT, -- 2.7.4