<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/24/2015 01:33 PM, Dimitrios
      Katsaros wrote:<br>
    </div>
    <blockquote
cite="mid:CAHpJRnz-=pWJ0kggL5gVmfw3A_qbbAVM+ODbtqbQyFv+5xvYKg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>Hello everyone,<br>
                  <br>
                </div>
                Lately, I have been working with two hyperspectral
                cameras, one detecting 25 wavelengths and one with over
                1000. I have been using GStreamer to develop some
                components for image processing. <br>
                <br>
              </div>
              One of the issues I have is that video/x-raw is not enough
              for handling hyperspectral frames. What would be
              preferable is the definition of a video/hyperspectral
              format, that would allow for passing additional data and
              allowing for better frame manipulation e.g. pass the
              wavelength values downstream and perform operations on
              specific wavelengths. <br>
              <br>
            </div>
            For this reason I have developed a simple version of a
            video/hyperspectral-cube format for my components. What I
            wish to ask is a) has anyone worked on a similar subject? I
            have asked on irc but no one seemed to have relative
            experience, b) what would it take to get such an extension
            approved, since I intend to push the format and components
            developed with it upstream.<br>
            <br>
          </div>
          Regards,<br>
          <br>
        </div>
        Dimitrios</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
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>
    There is no "registry" or anything similar for media types, so you
    are free to define your own. There is no approval process.<br>
    That said, an up-to-date list of commonly used media types would be
    nice to have..<br>
  </body>
</html>