From d1df0f3a2242edf4add833467aec84f3285079be Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 19 Mar 2012 10:48:09 +0000 Subject: [PATCH] A couple minor typo fixes --- docs/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README b/docs/README index e1ece70d82..e35fc7cd33 100644 --- a/docs/README +++ b/docs/README @@ -117,7 +117,7 @@ can build simple server applications with it. The object that can create such pipeline is called a GstRTSPMediaFactory object. The default implementation of GstRTSPMediaFactory allows you to easily create - GStreamer pipelines using the gst-launch syntax. It possible to create a + GStreamer pipelines using the gst-launch syntax. It is possible to create a GstRTSPMediaFactory subclass that uses different methods for constructing pipelines. @@ -171,7 +171,7 @@ can build simple server applications with it. The GstRTSPMediaFactory is responsible for creating and caching GstRTSPMedia objects. - A freshly created GstRTSPMedia object from the factory initialy only contains a + A freshly created GstRTSPMedia object from the factory initially only contains a GstElement containing the elements to produce the RTP streams for the media and a GArray of GstRTSPMediaStream objects describing the payloader and its source pad. The media is unprepared in this state.