sys/ximage/ximagesink.c: fix typo
authorThijs Vermeir <thijsvermeir@gmail.com>
Mon, 31 Dec 2007 00:32:53 +0000 (00:32 +0000)
committerThijs Vermeir <thijsvermeir@gmail.com>
Mon, 31 Dec 2007 00:32:53 +0000 (00:32 +0000)
Original commit message from CVS:
* sys/ximage/ximagesink.c:
fix typo

ChangeLog
sys/ximage/ximagesink.c

index 5336570..0ee857e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
+
+       * sys/ximage/ximagesink.c:
+       fix typo
+
 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
index 61ed303..d6757f8 100644 (file)
@@ -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,