From 1a54d8d786acde796bf26cea832489bb32df5c64 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Wed, 28 Dec 2016 22:07:10 -0800 Subject: [PATCH] design: playbin: add missing markup --- markdown/design/playbin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/design/playbin.md b/markdown/design/playbin.md index cdb2bd3a8e..cab5983f2c 100644 --- a/markdown/design/playbin.md +++ b/markdown/design/playbin.md @@ -61,6 +61,6 @@ Required features: ## Gapless playback feature -playbin has an "about-to-finish" signal. The application should +playbin has an `about-to-finish` signal. The application should configure a new uri (and optional suburi) in the callback. When the current media finishes, this new media will be played next.