[gst-devel] Adding new tee src%d to a running pipeline...
Andrey Nechypurenko
andreynech at googlemail.com
Wed Jul 28 09:07:36 CEST 2010
Hi,
Just a very minor thing which I doubt is the reason for the problem:
> sinkpad = gst_element_get_pad(filequeue,"sink");
> srcpad = gst_element_get_request_pad(tee,"src2");
> gst_pad_set_blocked(srcpad,TRUE);
> gst_pad_set_active(srcpad,TRUE);
Should not the last line here be
gst_pad_set_active(srcpad,FALSE);
I doubt that it would help, but who knows :-)
Regards,
Andrey.
More information about the gstreamer-devel
mailing list