summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 18:06:14 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 18:06:14 -0700
commitcda6283d64aeaaa2548757f4d0c6766c61526a98 (patch)
treea05ece5acdae2efb257d3ccfdfbb0725e114a54e
parent1267ce53e22871e12e87cf7e54fa048e1112284a (diff)
GStreamer: more markdown cleanup
-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.