From 0060900d6854feccbe89a460fc35310d0b2f3c85 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 19 May 2011 08:27:29 -0300 Subject: [PATCH] encodebin: fix typos --- gst/encoding/gstencodebin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c index 2f2199a463..4df020fde4 100644 --- a/gst/encoding/gstencodebin.c +++ b/gst/encoding/gstencodebin.c @@ -110,7 +110,7 @@ * Handling mp3!xing!idv3 and theora!ogg tagsetting scenarios: * Once we have chosen a muxer: * When a new stream is requested: - * If muxer is 'Formatter' OR doesn't have a TagSetter interface: + * If muxer isn't 'Formatter' OR doesn't have a TagSetter interface: * Find a Formatter for the given stream (preferably with TagSetter) * Insert that before muxer **/ @@ -970,7 +970,7 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof, /* Output Queue. * We only use a 1buffer long queue here, the actual queueing will be done - * in the intput queue */ + * in the input queue */ last = sgroup->outqueue = gst_element_factory_make ("queue", NULL); g_object_set (sgroup->outqueue, "max-size-buffers", (guint32) 1, "max-size-bytes", (guint32) 0, "max-size-time", (guint64) 0, NULL);