[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for playing speed rate and step-by-step forward.
Benoît Minisini
gitlab at mg.gitlab.com
Mon Mar 25 04:00:46 CET 2019
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
3d688792 by gambas at 2019-03-25T02:57:02Z
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.
- - - - -
663e0a43 by gambas at 2019-03-25T02:58:35Z
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.
- - - - -
7 changed files:
- comp/src/gb.media.form/.icon.png
- comp/src/gb.media.form/.src/FMediaPlayer.class
- comp/src/gb.media.form/.src/FMediaPlayer.form
- comp/src/gb.media.form/.src/FTest.form
- comp/src/gb.media.form/.src/MediaView.class
- gb.media/src/c_media.c
- gb.media/src/c_media.h
View it on GitLab: https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/b8be1210b3727446ef96a4e1b898271df09ec1ce...663e0a4347812c971b7fc36f783f5ba508c7d164
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20190325/1f02aea2/attachment.html>
More information about the Notification
mailing list