hi,
i have to start the development of an mp3 decoder plugin
for GStreamer. which base class could i derive from?
Can i use the GstBaseTransform?..but the Guide says:"Since
the
GstBaseTransform is based on the 1-to-1 model
for filters, it may not apply well to elements such as decoders, which may have
to parse properties from the stream."thanks
-bob The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Thu, 2008-05-15 at 15:36 +0530, Bob wrote:
> hi, > > i have to start the development of an mp3 decoder plugin for > GStreamer. which base class could i derive from? GstElement, there are many examples of decoders to give you a starting point. Wim > > Can i use the GstBaseTransform?..but the Guide says:"Since the > GstBaseTransform is based on the 1-to-1 model for filters, it may not > apply well to elements such as decoders, which may have to parse > properties from the stream." > > thanks > -bob > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of the > addressee(s) and may contain proprietary, confidential or privileged > information. If you are not the intended recipient, you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately and destroy all copies of this message and any attachments > contained in it. Contact your Administrator for further information. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |