<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    For structure do you think its correct to have  in video.h smthg
    like :<br>
    <br>
    add GST_VIDEO_FORMAT_JP2 in GstVideoFormat Enum<br>
    <br>
    <br>
    #define GST_VIDEO_CAPS_JP2 \<br>
        "video/x-raw-jp2,
    "                                                 \<br>
        "bpp = (int) 32,
    "                                                  \<br>
        "depth = (int) 12,
    "                                                \<br>
        "endianness = (int) BIG_ENDIAN,
    "                                   \<br>
        <br>
        "width = " GST_VIDEO_SIZE_RANGE ",
    "                                \<br>
        "height = " GST_VIDEO_SIZE_RANGE ",
    "                               \<br>
        "framerate = " GST_VIDEO_FPS_RANGE<br>
    <br>
    <br>
    <br>
    <blockquote cite="mid:1302524226.2765.17.camel@odin.lan" type="cite">
      <pre wrap="">It's not that much work actually

Jasper (the JPEG2000 decoder library used by jp2kdec) supports 12 bit
per color component. Adding support for this in GStreamer only requires
to add some enums to libgstvideo for the new formats, implement them in
all the functions that return the rowstride, component width, etc. and
then. Afterwards conversion from/to this formats should be added to
ffmpegcolorspace and jp2kdec should output with these caps if a 12bit
per component image is found.

If you want to try that feel free to ask further questions on IRC
(FreeNode, #gstreamer) or on this list.
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>