mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
sys/ximage/ximagesink.c: fix typo
Original commit message from CVS: * sys/ximage/ximagesink.c: fix typo
This commit is contained in:
parent
db8c746760
commit
d18853b253
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue