mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
dosc: Fix a little typo
https://bugzilla.gnome.org/show_bug.cgi?id=777037
This commit is contained in:
parent
e6c6bf96ce
commit
b27e7c6b5b
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ gst_rtsp_media_factory_class_init (GstRTSPMediaFactoryClass * klass)
|
|||
* default prepare vmethod.
|
||||
*
|
||||
* The pipeline description should return a GstBin as the toplevel element
|
||||
* which can be accomplished by enclosing the dscription with brackets '('
|
||||
* which can be accomplished by enclosing the description with brackets '('
|
||||
* ')'.
|
||||
*
|
||||
* The description should return a pipeline with payloaders named pay0, pay1,
|
||||
|
@ -504,7 +504,7 @@ gst_rtsp_media_factory_add_role (GstRTSPMediaFactory * factory,
|
|||
* default prepare vmethod.
|
||||
*
|
||||
* The pipeline description should return a GstBin as the toplevel element
|
||||
* which can be accomplished by enclosing the dscription with brackets '('
|
||||
* which can be accomplished by enclosing the description with brackets '('
|
||||
* ')'.
|
||||
*
|
||||
* The description should return a pipeline with payloaders named pay0, pay1,
|
||||
|
|
Loading…
Reference in a new issue