hi stefan,
according to the comment in the gstavidemux.c ,the latest avidemux couldwork both on push and pull mode depending on the upstream element's caps, and my upstream element is filesrc,it work in pull mode from the log,I want it to work in the push mode ,and how to get it? thank you!
Best regards!
Volter 自信源自成熟 全新换代上市 东风雪铁龙新爱丽舍 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Thu, 2008-04-17 at 09:37 +0800, Volter Yen wrote:
> According to the comment in the gstavidemux.c ,the latest avidemux > could work both on push and pull mode depending on the upstream > element's caps, and my upstream element is filesrc, it work in pull > mode from the log, I want it to work in the push mode, and how to get > it? filesrc ! queue ! avidemux should force it into push mode. It will chose the best/right mode automatically though and it rarely makes sense to override that. Cheers -Tim ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi tim,
Thank you for your response,the reason why I want to force the plugin to
work in the push mode is that I want all my plugins to work in this mode,maybe this is not necessary, but it is helpful for me to test some functions in my application, and I had tried use the identity element to try to make it with failure. so I will try your suggestion then.
Best regards!
Volter
在2008-04-17,"Tim Müller" <[hidden email]> 写道: On Thu, 2008-04-17 at 09:37 +0800, Volter Yen wrote: > According to the comment in the gstavidemux.c ,the latest avidemux > could work both on push and pull mode depending on the upstream > element's caps, and my upstream element is filesrc, it work in pull > mode from the log, I want it to work in the push mode, and how to get > it? filesrc ! queue ! avidemux should force it into push mode. It will chose the best/right mode automatically though and it rarely makes sense to override that. Cheers -Tim ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel 飙舞赚QQ秀赢旅行券 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |