"pausing" parts of a pipeline

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Aug 6 01:20:43 PDT 2013


On Mon, 2013-08-05 at 16:55 +0200, Sven Heyll wrote:

Hi,

> this is what I would like to do:
> 
> 
> RTP/UDP SRC ---> GstAdder ----> Some Audio Processing ---> RTP/UDP
> SINK
> 
> 
> Every now and then I'd like to dynamically add a playback:
> 
> 
> RTP/UDP SRC ---> GstAdder ----> Some Audio Processing ---> RTP/UDP
> SINK
>                    /\
>      urdidecode ---||
> 
> 
> My question: How would I "pause" and "resume" the uridecoder in the
> second figure.

Do you really want to pause and resume the uridecodebin part, or add it,
play, and then remove it, and then later add another one again?

You could do something with the inter elements (interaudiosink/src).

Cheers
 -Tim




More information about the gstreamer-devel mailing list