gambas-source-code/gb.media
Benoît Minisini 913b379270 [GB.MEDIA]
* NEW: Invert the argument order (again) in MediaControl constructor. The
  parent comes first, the control type next.
* NEW: Now the MediaControl link methods are LinkTo() and LinkLaterTo().
  LinkTo() has two optional arguments that allows to link specific inputs 
  and outputs by name. LinkLaterTo() link to another control just after a
  new pad has been internally added.
* NEW: MediaContainer got two new methods, AddInput() and AddOutput(), to
  create ghost pads, i.e. symbolic links on child inputs or outputs. By
  default a MediaContainer has no input and no output.
* NEW: Media.URL() is a new method that returns a GStreamer URL from a file
  path. If the file path is relative (i.e. a file inside the project), a
  temporary copy of the project file is made and returned.
* NEW: MediaPlayer got new properties to redefine its input, video output, 
  audio output and subtitle output.
* NEW: MediaPlayer.Video.Visualisation is a new property that defines an
  optional visualisation plugin used when there is no video to play.
* BUG: The MediaPlayer SourceSetup event has been removed, because the
  underlying signal must be handled immediately in thread context, 
  otherwise it is useless.


git-svn-id: svn://localhost/gambas/trunk@4703 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-05-01 20:49:32 +00:00
..
src [GB.MEDIA] 2012-05-01 20:49:32 +00:00
acinclude.m4 [CONFIGURATION] 2012-04-30 00:04:51 +00:00
AUTHORS [CONFIGURATION] 2012-04-30 00:04:51 +00:00
ChangeLog [CONFIGURATION] 2012-04-30 00:04:51 +00:00
component.am [CONFIGURATION] 2012-04-30 00:04:51 +00:00
configure.ac [CONFIGURATION] 2012-04-30 00:04:51 +00:00
COPYING [CONFIGURATION] 2012-04-30 00:04:51 +00:00
gambas.h [CONFIGURATION] 2012-04-30 00:04:51 +00:00
gb_common.h [CONFIGURATION] 2012-04-30 00:04:51 +00:00
INSTALL [CONFIGURATION] 2012-04-30 00:04:51 +00:00
m4 [CONFIGURATION] 2012-04-30 00:04:51 +00:00
Makefile.am [CONFIGURATION] 2012-04-30 00:04:51 +00:00
missing [CONFIGURATION] 2012-04-30 00:04:51 +00:00
NEWS [CONFIGURATION] 2012-04-30 00:04:51 +00:00
README [CONFIGURATION] 2012-04-30 00:04:51 +00:00
reconf [CONFIGURATION] 2012-04-30 00:04:51 +00:00