From 863252258c66ec8ec8133470b4b77cea08045edf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 6 Mar 2012 15:20:02 +0100 Subject: [PATCH] x11: fix typos --- sys/ximage/ximagesink.c | 2 +- sys/xvimage/xvimagesink.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c index af2f64b..afd38be 100644 --- a/sys/ximage/ximagesink.c +++ b/sys/ximage/ximagesink.c @@ -1319,7 +1319,7 @@ gst_ximagesink_show_frame (GstVideoSink * vsink, GstBuffer * buf) if (!gst_buffer_pool_set_active (ximagesink->pool, TRUE)) goto activate_failed; - /* take a buffer form our pool */ + /* take a buffer from our pool */ res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, NULL); if (res != GST_FLOW_OK) goto no_buffer; diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index 4d5c9d7..4179633 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c @@ -1833,7 +1833,7 @@ gst_xvimagesink_show_frame (GstVideoSink * vsink, GstBuffer * buf) if (!gst_buffer_pool_set_active (xvimagesink->pool, TRUE)) goto activate_failed; - /* take a buffer form our pool */ + /* take a buffer from our pool */ res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, NULL); if (res != GST_FLOW_OK) goto no_buffer; -- 2.7.4