HI All,
Is there a plugin that will take data in any size and give me output in required size.
e.g.
filesrc -> demux -> NewPlugin size=600 ->decoder ->sink
The new plugin shall give me output as 600 bytes, also it should store previous data and prepend to the new buffer if there is any to give the new buffer.
Is there any such plugin available.
rndbuffersize : is the one i could find
please let me know does this fulfills my requirement
BR
Manish
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Manish ,
I dont know about the plugin , but you can yourself write a small plugin which uses GstAdapter APIs to do the this kind of processing .
On Tue, Nov 25, 2008 at 3:20 PM, Manish Rana <[hidden email]> wrote:
-- Regards, Sudarshan Bisht ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Those elements are called 'parsers', and there might already be one
available for your format (like mp3audioparse for mp3). Edward On Tue, 2008-11-25 at 15:35 +0530, sudarshan bisht wrote: > Hi Manish , > > I dont know about the plugin , but you can yourself write a > small plugin which uses GstAdapter APIs to do the this kind of > processing . > > > > On Tue, Nov 25, 2008 at 3:20 PM, Manish Rana > <[hidden email]> wrote: > HI All, > > Is there a plugin that will take data in any size and give me > output in required size. > > e.g. > filesrc -> demux -> NewPlugin size=600 ->decoder ->sink > > The new plugin shall give me output as 600 bytes, also it > should store previous data and prepend to the new buffer if > there is any to give the new buffer. > > Is there any such plugin available. > > rndbuffersize : is the one i could find > please let me know does this fulfills my requirement > > > BR > Manish > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK & > win great prizes > Grand prize is a trip for two to an Open Source event anywhere > in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > -- > Regards, > > Sudarshan Bisht > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |