A couple minor typo fixes

This commit is contained in:
Vincent Penquerc'h 2012-03-19 10:48:09 +00:00
parent 3c768123b4
commit d1df0f3a22

View file

@ -117,7 +117,7 @@ can build simple server applications with it.
The object that can create such pipeline is called a GstRTSPMediaFactory object. The object that can create such pipeline is called a GstRTSPMediaFactory object.
The default implementation of GstRTSPMediaFactory allows you to easily create 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 GstRTSPMediaFactory subclass that uses different methods for constructing
pipelines. pipelines.
@ -171,7 +171,7 @@ can build simple server applications with it.
The GstRTSPMediaFactory is responsible for creating and caching GstRTSPMedia The GstRTSPMediaFactory is responsible for creating and caching GstRTSPMedia
objects. 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 GstElement containing the elements to produce the RTP streams for the media and
a GArray of GstRTSPMediaStream objects describing the payloader and its source a GArray of GstRTSPMediaStream objects describing the payloader and its source
pad. The media is unprepared in this state. pad. The media is unprepared in this state.