sys/ximage/ximagesink.c: fix typo

Original commit message from CVS:
* sys/ximage/ximagesink.c:
fix typo
This commit is contained in:
Thijs Vermeir 2007-12-31 00:32:53 +00:00
parent db8c746760
commit d18853b253
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View 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,