diff --git a/Basic+tutorial+3+Dynamic+pipelines.markdown b/Basic+tutorial+3+Dynamic+pipelines.markdown index 4ec23f0d17..d618f0a1f6 100644 --- a/Basic+tutorial+3+Dynamic+pipelines.markdown +++ b/Basic+tutorial+3+Dynamic+pipelines.markdown @@ -451,26 +451,12 @@ start until you bring the pipeline to the PLAYING state. We will introduce here the rest of states and their meaning. There are 4 states in GStreamer: -
|
-the NULL state or initial state of an element. |
-
|
-the element is ready to go to PAUSED. |
-
|
-the element is PAUSED, it is ready to accept and process data. Sink elements however only accept one buffer and then block. |
-
|
-the element is PLAYING, the clock is running and the data is flowing. |
-
![]() |
-- |