[gst-devel] strange behavior with 2 pipelines

Vincent Torri Vincent.Torri at iecn.u-nancy.fr
Tue Mar 21 09:16:42 CET 2006


hello,

i build a pipeline with in it a filesrc and a decodebin. I use a video
file with 1 video stream and 2 audio streams. I attach the
"new-decoded-pad" signal to the decodebin. I link to each new pad a
fakesink and I look at the name of the sinks. I get fakesink2, fakesink3
and fakesink4. It's normal because in the decodebin, a fakesink is
created.

just after that, i build exactly the same pipeline, i do the same
things and I check the names of the fakesinks. I get : fakesink5,
fakesink6 and fakesink7.

It seems that there is no fakesink create by the decodebin of the 2nd
pipeline. Is it normal ?

Also is it normal that the index of fakesink of the 2nd pipeline does not
begin from 1 (or 2...) ?

thank you

Vincent




More information about the gstreamer-devel mailing list