[gst-devel] [ISSUE]gstreamer plugin-directshow win32

Julien.Isorce at alumni.enseeiht.fr Julien.Isorce at alumni.enseeiht.fr
Fri Feb 15 02:42:55 CET 2008


Hi again !

About using dshowvideosrc filter :

I attached 3 screenshots about my video capture device capabilities.

In prefferedMediaTypes.PNG you can see my device's capabilities.
Only 320*240 for each video media subtypes rgb24, UYVY, ...
All those video media subtypes are correctly listed by :
IPin_QueryInterface (capture_pin, &IID_IAMStreamConfig, (void **)
&streamcaps))   (code from gstdshowvideosrc.c)

But in pinCapturerProperties.PNG you can see that it is possible to choose
an other size, for example 720*576.
And I can use it, see selectedMediaType.PNG.


So it seems that your code is listing only media subtype with default
video size.

So actually it is not possible to use other video size than default video
size with the actual gstdshowvideosrc.c.

I hope there is a way to list all video sizes.

Have you a solution ?

Thx a lot again

Sincerely,

Julien Isorce









-------------- next part --------------
A non-text attachment was scrubbed...
Name: prefferedMediaTypes.PNG
Type: image/png
Size: 19804 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080215/5b4956dc/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pinCapturerProperties.PNG
Type: image/png
Size: 20431 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080215/5b4956dc/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: selectedMediaType.PNG
Type: image/png
Size: 22369 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080215/5b4956dc/attachment-0002.png>


More information about the gstreamer-devel mailing list