From 1f944ab9452ff6e4af7d82127d663282f3b58265 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 19 Dec 2016 15:45:42 -0800 Subject: [PATCH] design/trickmodes: fix markup on function names --- markdown/design/trickmodes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/design/trickmodes.md b/markdown/design/trickmodes.md index 4f5da78..de02c79 100644 --- a/markdown/design/trickmodes.md +++ b/markdown/design/trickmodes.md @@ -72,12 +72,12 @@ The seek event contains: duration. It can also be relative to the previously configured stop value. -See also gst\_event\_new\_seek(). +See also `gst_event_new_seek()`. ### Send the seek event Send the new seek event to the pipeline with -gst\_element\_send\_event(). +`gst_element_send_event()`. By default the pipeline will send the event to all sink elements. By default an element will forward the event upstream on all sinkpads. @@ -100,7 +100,7 @@ rate conversions. The applied rate will be set to the rate that will be applied by the server. This is done to insure that the position reporting performed in the sink is aware of the trick mode. -When the seek succeeds, the \_send\_event() function will return TRUE. +When the seek succeeds, the `_send_event()` function will return TRUE. ## Server side trickmode -- 2.7.4