<br><br><div class="gmail_quote">On Fri, Oct 8, 2010 at 2:12 PM, chmario <span dir="ltr">&lt;<a href="mailto:chmario@hotmail.com">chmario@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I am using:<br>
GstCaps *videoCaps = gst_pad_get_caps(pad);<br>
GstStructure *str = gst_caps_get_structure (videoCaps, i);<br>
gst_structure_get_int (str, &quot;width&quot;, &amp;width);<br></blockquote><div><br>Try using &quot;gst_pad_get_negotiated_caps&quot;, that will give the current negotiated caps in the pad.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
But seams that there is no width property of the type int.<br>
<br>
So I use  gst_structure_n_fields (str),  gst_structure_nth_field_name(str,<br>
j) to inspect the fields, I found:<br>
field0: width type: GstIntRange<br>
field1: height type: GstIntRange<br>
field2: framerate type: GstFractionRange<br>
field3: format type: GstFourcc<br>
<br>
There is a width and hight but of the type GstIntRange, so seams that is not<br>
set to a specific value.<br>
<br>
-----<br>
MChC<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/IP-cameras-tp2954912p2968730.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/IP-cameras-tp2954912p2968730.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Beautiful is writing same markup. Internet Explorer 9 supports<br>
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 &amp; L3.<br>
Spend less time writing and  rewriting code and more time creating great<br>
experiences on the web. Be a part of the beta today.<br>
<a href="http://p.sf.net/sfu/beautyoftheweb" target="_blank">http://p.sf.net/sfu/beautyoftheweb</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Thiago Sousa Santos<br>