How does one go about adding a new family of raw video formats to gstreamer?
Is this even possible or practicable? video/x-bayer There are various bits per pixel, 8,12,16 The 12 bits form can be packed in several ways The components have several ordering permutations BGGR GBRG RGGB GRBG ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Sep 15, 2010 at 05:39:34PM -0500, Bert Douglas wrote:
> How does one go about adding a new family of raw video formats to gstreamer? First, you check the documentation to see if it's already there. David ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I did.
http://www.gstreamer.net/data/doc/gstreamer/head/pwg/html/section-types-definitions.html And I did gst-inspect on every base element. Where else should I look? Thanks, Bert Douglas On Wed, Sep 15, 2010 at 6:03 PM, David Schleef <[hidden email]> wrote:
------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Sep 15, 2010 at 06:13:39PM -0500, Bert Douglas wrote:
> I did. > http://www.gstreamer.net/data/doc/gstreamer/head/pwg/html/section-types-definitions.html > > And I did gst-inspect on every base element. > > Where else should I look? srsly? http://www.google.com/search?hl=en&q=gstreamer+bayer David ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Bert Douglas
V4l2src already support video/x-raw-bayer (V4L2_PIX_FMT_SBGGR8) Gst-inspect v4l2src | grep bayer From: Bert Douglas [mailto:[hidden email]] How does one go
about adding a new family of raw video formats to gstreamer? ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |