[ISSUE]gstreamer plugin-directshow win32

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ISSUE]gstreamer plugin-directshow win32

Julien.Isorce
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










-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

prefferedMediaTypes.PNG (26K) Download Attachment
pinCapturerProperties.PNG (27K) Download Attachment
selectedMediaType.PNG (22K) Download Attachment