[gstreamer-bugs] [Bug 517203] [dshowvideosrc] creates wrong caps on the source pad (width and height range)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Feb 18 04:28:34 PST 2008


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

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
 Attachment #105488|none                        |rejected
               Flag|                            |
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #3 from Edward Hervey  2008-02-18 12:28 UTC -------
This is not how it should be done.

You should be able to select the width/height by using filtered caps. For
example :

dshowvideosrc ! video/x-raw-yuv,width=720,height=576 ! autovideosink
OR:
dshowvideosrc ! video/x-raw-yuv,width=720,height=576,format=(fourcc)UYVY !
ffmpegcolorspace ! autovideosink

Please check those pipelines work without your patch, if not that's what needs
to be fixed.

dshowvideosrc should be fixed in order for those pipelines to work (which is
the same behaviour as used with other video sources (videotestsrc, v4lsrc,
v4l2src, ...))


-- 
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=517203.




More information about the Gstreamer-bugs mailing list