[gstreamer-bugs] [Bug 164870] PNM [en,de]coder

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Sep 13 10:18:24 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=164870
  GStreamer | gst-plugins-bad | git

--- Comment #35 from Sebastian Dröge <slomo at circular-chaos.org> 2009-09-13 17:18:19 UTC ---
Ok, committed your patch and fix to the caps handling (to allow RGB again in
the encoder and video/x-raw-gray with 8bpp has no endianness field).

commit 751843ff86a2b3caa97a4c7cb175e44f70735ca3
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Sun Sep 13 19:17:15 2009 +0200

    pnm: Fix caps

    8 bit grayscale caps have no endianness field and the caps name
    of GST_VIDEO_CAPS_RGB is still "video/x-raw-rgb" and not
GST_VIDEO_CAPS_RGB.

commit 7f3e6f4965093f9a17e5c4e29f1bd9027ae953b8
Author: Lutz Mueller <lutz at topfrose.de>
Date:   Sun Sep 13 19:13:24 2009 +0200

    pnm: Lots of bugfixes

    (1) Fix examples.
    (2) Add support for gray images.
    (3) Remove "use_fixed_caps" which doesn't seem to be useful.
    (4) Do proper negotiation in the encoder.
    (5) Fix memleak in the setcaps function in the encoder.
    (6) Keep a link to the src pad in the encoder now that we need it more
often

    Partially fixes bug #164870.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Gstreamer-bugs mailing list