summaryrefslogtreecommitdiff
path: root/ext/gtk/gstgtksink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gtk/gstgtksink.c')
-rw-r--r--ext/gtk/gstgtksink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gtk/gstgtksink.c b/ext/gtk/gstgtksink.c
index b921ff02f..94b704775 100644
--- a/ext/gtk/gstgtksink.c
+++ b/ext/gtk/gstgtksink.c
@@ -92,7 +92,7 @@ gst_gtk_sink_class_init (GstGtkSinkClass * klass)
gobject_class->get_property = gst_gtk_sink_get_property;
gst_element_class_set_metadata (gstelement_class, "Gtk Video Sink",
- "Sink/Video", "A video sink the renders to a GtkWidget",
+ "Sink/Video", "A video sink that renders to a GtkWidget",
"Matthew Waters <matthew@centricular.com>");
g_object_class_install_property (gobject_class, PROP_WIDGET,
@@ -147,7 +147,7 @@ gst_gtk_sink_get_widget (GstGtkSink * gtk_sink)
return gtk_sink->widget;
/* Ensure GTK is initialized, this has no side effect if it was already
- * initialized. Also, we do that lazylli, so the application can be first */
+ * initialized. Also, we do that lazily, so the application can be first */
if (!gtk_init_check (NULL, NULL)) {
GST_ERROR_OBJECT (gtk_sink, "Could not ensure GTK initialization.");
return NULL;