No subject


Wed Feb 9 06:48:29 PST 2011


sKaBoy> strange problem.. I have a pipeline like " .... ! identity ! mux ! ....
". If i attach a probe to the src pad of identity i get the same data 2 times..
I i attach it to the sink of mux it works fine :) The mux element is loop based
if this is important.. I'm using cvs of a month ago
BBB> sKaBoy, hm, may be get/chain both calling the probe on the pad
BBB> please file a bug, I'll be able to reproduce&fix
sKaBoy> BBB, ok, should i try with latest cvs and do a simple test-case or not ?
BBB> no, don't worry
BBB> just attach a testcase, if possible
BBB> like a single .c file reproducing it 
BBB> (if not too much effort)

Attaching a simple test case that find the fps for a simple pipeline:

luogni at shinji:~/Sorgenti/gst-tests$ gcc -o probe-cb probe-cb.c `pkg-config
--cflags --libs gstreamer-0.8`
luogni at shinji:~/Sorgenti/gst-tests$ ./probe-cb
[21,0]fps
[20,0]fps

luogni at shinji:~/Sorgenti/gst-tests$ gcc -o probe-cb probe-cb.c `pkg-config
--cflags --libs gstreamer-0.8` -DATTACH_TO_SINK
luogni at shinji:~/Sorgenti/gst-tests$ ./probe-cb
[11,0]fps
[10,0]fps

10fps is the right answer :)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the gstreamer-bugs mailing list