X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2FREADME;h=e35fc7cd33c280f1a0fe4475b322749d8e2be273;hb=36df0dd8beac12c15e6c423aa28be13a1ad10dc5;hp=e1ece70d822595b6e398eb385fc5fdac846e7141;hpb=3c768123b4d60618e1197b902de956cb251dbfb0;p=platform%2Fupstream%2Fgstreamer.git diff --git a/docs/README b/docs/README index e1ece70..e35fc7c 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.