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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 9 23:59:15 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=164870



--- Comment #30 from Sebastian Dröge <slomo at circular-chaos.org> 2009-09-10 06:59:08 UTC ---
I've committed all your stuff now and cleaned it a bit. It's still broken
though, thus I've marked it as experimental for now ;)

First thing is the encoder, it creates files that eog for example can't display
properly. I guess that's related to the fact, that the caps are always BGRx,
different PNM formats are chosen depending on the srcpad peer caps, and that
PNM simply doesn't like BGRx but something else. Please fix that :) I guess you
want the srcpad template caps to contain some RGB format(s) and
video/x-raw-gray for the grayscale PNM format. And then, depending on srcpad
caps choose the output format and all that.

Second thing is the decoder, it also has this caps issue (at least). Depending
on input caps and width/height from the file it should set correct output caps.
And apart from that it never ever pushes data downstream for me ;)

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



More information about the Gstreamer-bugs mailing list