This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
0
You've already forked gambas-source-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gambas-source-code
/
gb.media
/
src
/
gb.media.component
4 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[CONFIGURATION] * NEW: Update *.component files to the new format. * BUG: Fix component TEMPLATE directory. [EXAMPLES] * NEW: PhotoTouch: Display the browsed directory path. [INTERPRETER] * NEW: Change the 'main' hook syntax. Add a macro to call the previous 'main' hook, so that several hooks can be declared. [GB.MEDIA] * NEW: New multimedia component based on GStreamer. [GB.GTK] * BUG: Fix timer management so that it is compatible with the GB.Every() interpreter API. * NEW: Allows multiple 'main' hooks. [GB.QT4] * NEW: Allows multiple 'main' hooks. git-svn-id: svn://localhost/gambas/trunk@4693 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-04-30 00:04:51 +00:00
[Component]
Author=Benoît Minisini
[CONFIGURATION] * NEW: Switch to 3.2.90 version. [DEVELOPMENT ENVIRONMENT] * BUG: Fix automatic completion of project classes that reimplements another class. [WEB SITE MAKER] * BUG: Fix scrolling frames on Chrome. [INTERPRETER] * NEW: Args and Env classes are now shortcuts for Application.Args and Application.Env properties. git-svn-id: svn://localhost/gambas/trunk@4977 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-07-21 20:43:10 +00:00
State=NotFinished
[EXAMPLE] * NEW: MediaPlayer: Add a button to take a screenshot of the current video frame. [GB.MEDIA] * NEW: gb.media now depends on gb.image. * NEW: MediaPlayer.Video.Image is a new property that returns a screenshot of the current video frame. git-svn-id: svn://localhost/gambas/trunk@5694 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-06-03 17:51:14 +00:00
Require=gb.image
Reference in New Issue
Copy Permalink