Plugin send specified number of bytes

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin send specified number of bytes

Manish Rana-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Plugin send specified number of bytes

Sudarshan Bisht
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
Reply | Threaded
Open this post in threaded view
|

Re: Plugin send specified number of bytes

Edward Hervey
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