clutter-gst 1.3.8



       Module: clutter-gst
      Version: 1.3.8
  Uploaded by: Damien Lespiau

http://download.gnome.org/sources/clutter-gst/1.3/clutter-gst-1.3.8.tar.gz
 sha256sum: 1733792ed47ba627d28a1295034cbe38e6ba00f45ef37f85d6e87c272b1d6116
      size: 532K

http://download.gnome.org/sources/clutter-gst/1.3/clutter-gst-1.3.8.tar.bz2
 sha256sum: 376c069bed2a6b374d96615b7196cb5f6ee4bbbd94243f92b64dee3ec56aec28
      size: 452K

About Clutter-Gst
=================

Clutter-Gst is a gstreamer based clutter actor implementing the
ClutterMedia interface. It provides video playback on a clutter
texture. The library can also be used for its cluttersink Gstreamer
element to build more complex pipelines.

News
====

List of changes since 1.3.6:

  o Implementation of the GstNavigation interface in the sink,

  o Initial support of download buffering (opt in),

  o Series of cleanups in VideoTexture (subtitles reset when changing URI,
    state management, seek behaviour, ...)

  o The audio volume suffered from an hilariously bad bug that multiplied
    the volume set by 10. Took the opportunity to use GStreamer's
    StreamVolume to expose a cubic volume,

  o Compilation fixes for Windows.

Many thanks to:

    Lionel Landwerlin
    Bastien Nocera

clutter-gst 1.3.6 (02/03/2011)
===============================================================================

  * list of changes since 1.3.4

    o Make looping possible with set_playing(TRUE) in the the EOS callback

    o set_uri(NULL) is now handled and defined to stop the pipeline and set
      the video texture in "idle mode" (painted with the idle material)

clutter-gst 1.3.4 (10/01/2011)
===============================================================================

  * list of changes since 1.3.2

    o An API addition: set_seek_flags() on the VideoTexture for a finer control
      on how you can seek (fast or accurate),

    o Fix the notification of "progress" so it does not advertise 0 when
      seeking,

    o Fix the AYUV to RGBA shader.

Many thanks to:

  Chris Lord
  Evan Nemerson
  JuanZhao
  Samuel Degrande

clutter-gst 1.3.2 (20/09/2010)
===============================================================================

  * list of changes since 1.2.0

    o Respects the pixel-aspect-ratio property of the video frames and have
      VideoTexture advertise the right preferred size.

    o Reworked how ARB fp programs are set on the materials using a clutter 1.4
      feature to set a program on a material, fixing the way materials were
      used along the way.

    o Removed all raw GL code and only use Cogl.

Many thanks to:

  Robert Bragg

clutter-gst 1.2.0 (18/08/2010)
===============================================================================

  * list of changes since 1.0.0

    o Supports the ClutterMedia subtitle-related properties introduced in
      1.2.0.

    o Added a "idle material" to VideoTexture, a material that will be used
      to paint the texture when not playing any video.

    o You can now set a user-agent when streaming videos.

    o The usual bulk of small fixes, small memory leaks, build (builds on
      GLES2 now), don't use deprecated symbols, ...

Many thanks to:

  Chris Lord
  Frederik Zipp
  Gwenole Beauchesne
  Samuel Degrande

clutter-gst 1.0.0 (09/02/2010)
===============================================================================

  * list of changes since 0.10.0

    o Uses the playbin2 GStreamer element.

    o Autoloads subtitle files when they have the same name than the video
      being played and are in the same directory.

    o GObject introspection support.

    o Added a new clutter_gst_init_with_arg() symbol, changed *get_playbin()
      to a more generic *get_pipeline()

    o A lot of small bug fixes and code clean up.

Many thanks to:

  Bastian Winkler
  Ole André Vadla Ravnås
  Roland Peffer

clutter-gst 0.10.0 (29/07/2009)
===============================================================================

  * list of changes since 0.9.0

    o Requires stable Clutter 1.0.0

clutter-gst 0.9.0 (24/07/2009)
===============================================================================

  * list of changes since 0.8.0

    o Requires clutter 0.9.6.

    o Added support for ARB fp 1.0 shaders when available.

    o Added support for YUV I420 to RBG colorspacing.

    o Removed the 'use-shaders' property on ClutterGstVideoSink. The sink
      detects itself what the underlying GL implementation supports and
      negotiates capabilities based on what it has found.

Many thanks to:

  Arjan van de Ven
  Emmanuele Bassi
  Haakon Sporsheim
  Neil Roberts
  Ole André Vadla Ravnås
  Robert Bragg
  Øyvind Kolås

clutter-gst 0.8.0
=================
* List of changes:
  o Require Clutter stable release
  o Add clutter_gst_audio_get_playbin () function
  o Add support for 24-bit textures
  o Add pixel-shader AYUV/YV12 support via 'use-shaders' property on
    ClutterGstVideoSink

clutter-gst 0.6.1
=================
* List of changes:
  o Fix the generation of the pkg-config file

clutter-gst 0.6.0
=================
* List of changes:
  o Require Clutter stable release.

clutter-gst 0.5.0
=================
* List of changes:
  o Full documentation

* List of bug fixed:
  o #644 - Use an asynch queue [Zeeshan Ali Khattak]

clutter-gst 0.1.1
=================

Critical bug fixes;
 - #242 memory leak when playing videos 
 - #219 clutter-gst apps won't compile with clutter 0.2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]