[gstreamer-bugs] [Bug 578500] v4l2src caps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 9 08:45:12 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=578500

  GStreamer | gst-plugins-good | Ver: 0.10.21

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #2 from Tim-Philipp Müller  2009-04-09 15:46 UTC -------
Very verbose ...

Couple of general comments:

 - v4l2src 0.10.10!? The current version is 0.10.14. It's
   usually a good idea to try something more recent before
   filing bugs.

 - just because gst-inspect-0.10 xvimagesink shows RGB caps
   in the pad template does not mean that xvimagesink will
   actually accept/support RGB caps in your particular case.
   It may just accept YUV caps. What it supports is queried
   at runtime (after the elements are linked).

> gst-launch-0.10 v4l2src ! capsfilter,width=320 ! ffmpegcolorspace ! ximagesink
> display a video in 1600x1200

 - this syntax is not valid. You're lucky it's parsed at all.
   feel free to file a bug against the parser so we can
   throw an error here.

> gst-launch-0.10 --gst-debug=v4l2src:3 v4l2src ! ffmpegcolorspace ! video/x-raw-rgb,width=320,height=240,framerate=5 ! xvimagesink
> WARNING: erroneous pipeline: could not link ffmpegcsp0 to xvimagesink0

 - specified like this, framerate will end up being of (int) type,
   which is incompatible with the (fraction) type in the xvimagesink
   pad template caps. Try framerate=5/1

Hope this helps.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=578500.




More information about the Gstreamer-bugs mailing list