From: Reynaldo H. Verdejo Pinochet Date: Fri, 21 Apr 2017 23:19:55 +0000 (-0700) Subject: design: gstbus: fix missing markup X-Git-Tag: 1.19.3~489^2~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea7f8469adff9b37b27e0424e3fbd2bb81dafe4a;p=platform%2Fupstream%2Fgstreamer.git design: gstbus: fix missing markup --- diff --git a/markdown/design/gstbus.md b/markdown/design/gstbus.md index 5b66d02..9a5638c 100644 --- a/markdown/design/gstbus.md +++ b/markdown/design/gstbus.md @@ -33,7 +33,7 @@ to deal with messages from different threads. If no messages are popped from the bus with either a `GSource` or `gst_bus_pop()`, they remain on the bus. -When a pipeline or bin goes from READY into NULL state, it will set its +When a pipeline or bin goes from `READY` into `NULL` state, it will set its bus to flushing, ie. the bus will drop all existing and new messages on the bus. This is necessary because bus messages hold references to the bin/pipeline or its elements, so there are circular references that need