<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/27/2013 05:46 AM,
<a class="moz-txt-link-abbreviated" href="mailto:badea_ion@gmx.fr">badea_ion@gmx.fr</a> wrote:<br>
</div>
<blockquote cite="mid:20130627114640.147930@gmx.com" type="cite"><span
style="font-family:Verdana"><span style="font-size:12px"><span
style="font-family: courier new;"><br>
gst_element_query_position(pipeline, &fmt,
&elapsed);</span></span></span></blockquote>
In GStreamer 1.0, this should be:<br>
<br>
gst_element_query_position(pipeline, fmt, &elapsed);<br>
<br>
<a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-query-position">The
format isn't a pointer anymore.</a><br>
<br>
Your compiler should have warned you about that though..<br>
</body>
</html>