[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
Sun Feb 24 14:27:37 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




------- Comment #8 from Julien Isorce  2008-02-24 22:27 UTC -------
Ok, hum..., I understand just now your reply.

yes I am sure 10000% your suggested commadlines are not working.

(Only work for the default size)

So for my video capture device the most commonly used sizes are : 
80*60, 320*240, 640*480, 720*576. The default is 320*240.

So 
gst-launch-0.10 dshowvideosrc ! ffmpegcolorspace ! directdrawsink
and 
gst-launch-0.10 dshowvideosrc ! video/x-raw-rgb,width=320,height=240 !
ffmpegcolorspace ! directdrawsink

works very fine. (congratulation to Sebastien Moutte)

But those are not working :
gst-launch-0.10 dshowvideosrc ! video/x-raw-rgb,width=720,height=576!
ffmpegcolorspace ! directdrawsink
or any video format or any video sizes (diffrent than  the default)

Why ? I explain it in my previous reply.  (gstdshwovideosrc list only the
default size (320*240) and then 720*576 is not in the gstreamer capabilities
listed so the pipiline is stopped)

I will try to fix it using the normal behaviour.


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