playbin2 connected to
Steve
it at sca-uk.com
Fri Oct 14 19:07:30 PDT 2011
Hi Stefan,
>You probably want to include a videorate element before the capsfilter.
>gst_element_link_many( videotee, filequeue, videorate, NULL );
>gst_element_link_filtered (videorate, encoder, caps);
>gst_element_link_many( encoder, filesink, NULL );
>Before you miss something that adjust to the rate you want to select by
>using a caps filter. Also it would be a good idea to check the return
>values from gst_element_link_*. That would hae told you ...
Thanks for this.
It worked perfectly.
And you were right about checking the return values.
I put the checks in.
Regards
Steve
More information about the gstreamer-devel
mailing list