summaryrefslogtreecommitdiff
path: root/GStreamer.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'GStreamer.mdwn')
-rw-r--r--GStreamer.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/GStreamer.mdwn b/GStreamer.mdwn
index 6448a88..a07e98d 100644
--- a/GStreamer.mdwn
+++ b/GStreamer.mdwn
@@ -7,7 +7,7 @@ libnice works with both GStreamer 0.10 and GStreamer 1.x
* Create a [[NiceAgent]]
* Create a stream with nice_add_agent
* Create a nicesrc for each component
- * Set the [[NiceAgent|NiceAgent]], stream id and compoenent id on each nicesrc
+ * Set the [[NiceAgent]], stream id and compoenent id on each nicesrc
* Put the nicesrc elements inside a [[GstPipeline]] and connect them to the elements that will receive the packets, most likely rtpbin
* Set the [[GstPipeline]] to the PLAYING state
* libnice can now receive packets.