<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Tomaž<div class=""><br class=""></div><div class="">Take a look at <a href="https://gstreamer.freedesktop.org/documentation/gstreamer/gstquery.html?gi-language=c#gst_query_parse_segment" class="">gst_query_parse_segment</a>. I believe the rate parameter is the one you’re looking for.</div><div class=""><br class=""></div><div class="">Michael</div><div class=""><a href="http://www.ridgerun.com" class="">www.ridgerun.com</a></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 10 Oct 2022, at 11:51, Tomaž Smodiš via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div class=""><p class="">Hi <br class="">
    </p><p class="">I do not know if this mail is correct one. Still I am sending
      mail regarding my issue with gstreamer.</p><p class="">I hope you can forward my email to correct team.</p><p class="">My problem:<br class="">
    </p>
    <div class="votecell post-layout--left">
      <div class=" d-flex fc-black-200 js-voting-container fd-column
 ai-stretch gs4 jc-center" data-post-id="74004453">
      </div>
    </div>
    <div class="s-prose js-post-body" itemprop="text"><p class="">I would like to get playback rate of a playing gstreamer
        pipeline.
        I can get duration of media with:</p><p class="">gst_element_query_duration(pipelinePlayMsg, GST_FORMAT_TIME,
        &duration);</p><p class="">But there is no such method for playback speed of media as:
        gst_element_query_rate(pipelinePlayMsg, GST_FORMAT_TIME,
        &rate);</p><p class="">How to get playback rate (speed)?</p><p class="">kind regards, Thomas</p>
    </div>
  </div>

</div></blockquote></div><br class=""></div></body></html>