gst_element_query_duration

Brendan Long self at brendanlong.com
Fri Jun 28 08:10:36 PDT 2013


On 06/27/2013 05:46 AM, badea_ion at gmx.fr wrote:
>
> gst_element_query_position(pipeline, &fmt, &elapsed);
In GStreamer 1.0, this should be:

gst_element_query_position(pipeline, fmt, &elapsed);

The format isn't a pointer anymore.
<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-query-position>

Your compiler should have warned you about that though..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130628/5b1f8982/attachment.html>


More information about the gstreamer-devel mailing list