[Bug 741263] videodecoder: implement caps query

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 16 04:39:01 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741263
  GStreamer | gst-plugins-base | unspecified

--- Comment #13 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-12-16 12:38:55 UTC ---
(In reply to comment #12)
> (From update of attachment 292776 [details])
> This seems a bit bogus to me, there is nothing particularly special about
> image/* caps, they should be treated just like video/* caps IMHO. If no
> framerate is specified, 0/1 (variable framerate) should be assumed. The real
> problem here is of course that we otherwise rely on a parser being plugged in
> front, but I still don't think that we should treat image/* special.

For doing that we would need to modify the typefind and it would break cases
like:

multifilesrc ! typefind ! jpegdec ! "image/x-raw, framerate=<something" !
videosink

Unless we make the image decoders ignore the input framerate if it is 0/1 in
favor of what downstream wants. But this would also be special casing.

-- 
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