gambas-source-code/gb.media/src
Benoît Minisini 0c2a60085c [WIKI CGI SCRIPT]
* NEW: Help comments of component classes and symbols are now automatically 
  used for creating non-existing documentation pages.
* NEW: Images are clickable in editing mode. They point at the image wiki 
  page.

[INTERPRETER]
* NEW: Url$() is a new function to encode an URL.
* NEW: FromUrl$() is a new function to decode an URL.
* NEW: FromBase64$() is now a synonymous for UnBase64$().

[GB.MEDIA]
* BUG: MediaPipeline.Pause() does nothing if the media is not playing. That
  avoid some GStreamer bad behaviour.

[GB.MEDIA.FORM]
* NEW: MediaView: Remove the ShowVideo property, it is useless.
* NEW: MediaView: The URL property can receive a true URL or a file path.
  The conversion is automatically done.
* BUG: MediaView: Do pause or stop the media file only if it has sense.
* NEW: MediaView: Hide the video part if the control height is too low.


git-svn-id: svn://localhost/gambas/trunk@6617 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-11-09 15:25:46 +00:00
..
c_media.c [WIKI CGI SCRIPT] 2014-11-09 15:25:46 +00:00
c_media.h [GB.MEDIA] 2014-05-16 16:17:57 +00:00
c_mediaplayer.c [GB.MEDIA] 2014-05-16 16:17:57 +00:00
c_mediaplayer.h [GB.MEDIA] 2014-02-24 23:24:24 +00:00
c_mediavideo.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
c_mediavideo.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.media.component
main.c [GB.MEDIA] 2014-05-16 16:17:57 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am