From b56c36e5c44e5302d6e04cf98522da9f1747d9f4 Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Mon, 4 Jun 2018 18:02:31 +0100 Subject: [PATCH] Fix bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 360cb17..f640f91 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A few Python examples are also included for when you need GStreamer to be dynami If you want to interact with GStreamer after it's started (e.g. respond to an event, or dynamically change a pipeline), the command-line GStreamer doesn't really cut it. Instead, here are some options: * *[GStreamer Daemon (gstd)](https://github.com/RidgeRun/gstd-1.x)* - allows setting and updating via a TCP connection -* *[Snowmix](http://snowmix.sourceforge.net/) - an open-source live video mixer +* *[Snowmix](http://snowmix.sourceforge.net/)* - an open-source live video mixer * *Develop using the GStreamer library*, in either [C](https://gstreamer.freedesktop.org/documentation/application-development/basics/helloworld.html), [Python](https://github.com/GStreamer/gst-python), or [C#/.NET](https://github.com/GStreamer/gstreamer-sharp) ### Python with GStreamer