<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3d68879247868c1878626cf1205e2f6f5e721fd5">3d688792</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-25T02:57:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Support for playing speed rate and step-by-step forward.

[GB.MEDIA]
* NEW: MediaPipeline: Pos is a new synonymous for the Position property.
* NEW: MediaPipeline: Position is a new event that is raised when the media position has changed.
* NEW: MediaPipeline: Seek() is a new method that allows to move the media to a specific position while specifying GStreamer seek flags.
* NEW: MediaPipeline: Speed is a new property that allows to define the media playing speed rate. A negative speed will play backward.
* NEW: MediaPipeline: Forward() is a new method that allows to move forward a specific amount of frames. Moving backward does not work at the moment.
* NEW: Media: Add MediaPipeline.Seek() seek constants.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/663e0a4347812c971b7fc36f783f5ba508c7d164">663e0a43</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-25T02:58:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Speed is a new property that allows to define the media playing speed. A negative speed moves backward.

[GB.MEDIA.FORM]
* NEW: MediaView: Speed is a new property that allows to define the media playing speed. A negative speed moves backward.
* NEW: MediaView: Resizing the control while the media is paused correctly resizes the displayed frame.
</pre>
</li>
</ul>
<h4>7 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#206c5946175ffc71bc7fec7208e4f11ec5ca873f">
comp/src/gb.media.form/.icon.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#726105b20d3da59fc56520484dd67ed7ba62e2db">
comp/src/gb.media.form/.src/FMediaPlayer.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#7d9fe90848c00c1a55de9fab8ae1042bbb208c8e">
comp/src/gb.media.form/.src/FMediaPlayer.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#6076c5cb783fc6f8b50cdb5d8302b2919f9f6dc6">
comp/src/gb.media.form/.src/FTest.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#5322db9bccdcc7c28a389c3b33fb6c451b95875a">
comp/src/gb.media.form/.src/MediaView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#c7f9cfe489908e080b88821c497553cb10d77de7">
gb.media/src/c_media.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164#dbfce77ecc809c433d79776ce53b8a047994f3d0">
gb.media/src/c_media.h
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.


</p>
</div>
</body>
</html>