summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-12/+13
|
* camera: move device list to its own componentLionel Landwerlin2013-08-091-0/+1
|
* remove ClutterGstPipelineLionel Landwerlin2013-07-221-1/+0
| | | | | Now that we can attach CoglGstVideoSink directly to ClutterGstContent, ClutterGstPipeline become useless.
* remove ClutterGstActor now replaced by ClutterGstContentLionel Landwerlin2013-07-221-1/+0
|
* Add ClutterGstContentBastian Winkler2013-07-081-0/+1
| | | | | | | | | This adds a ClutterContent implementation that uses a CoglGstVideoSink to display GStreamer video frames in any ClutterActor. It does not implement the ClutterGstPlayer interface, so you have to manage all GStreamer related tasks on your own. https://bugzilla.gnome.org/show_bug.cgi?id=699825
* introduce ClutterGstPipeline to allow custom Gstreamer pipelines to feed ActorsLionel Landwerlin2013-04-251-2/+3
|
* add Crop actorLionel Landwerlin2013-03-181-0/+1
|
* add Aspectratio rendererLionel Landwerlin2013-03-181-0/+1
|
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-181-3/+2
|
* ClutterGstCameraActor: Add new actor for camera streams.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
|
* ClutterGstCameraDevice: Add new class representing a camera device using ↵Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
| | | | GStreamer.
* ClutterGstVideoActor: Add new actor replacing ClutterGstVideoTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
| | | | | This patch re-enables examples/video-player and the tests that were requiring ClutterGstVideoTexture (using ClutterGstVideoActor instead).
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+0
| | | | | | | | - Remove ClutterGstVideoTexture to be replaced by ClutterGstVideoActor. - Make cluttersink/autocluttersink gstreamer elements accept a ClutterGstActor instead of a ClutterTexture for painting. - This patch temporarily disable examples/video-player and some tests requiring ClutterGstVideoTexture.
* ClutterGstActor: Add new baseclass for GStreamer actors.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
| | | | | The actor is reponsible for painting a CoglTexture/Material and allows setting an idle material to be used when in idle mode.
* misc: Add clutter-gst-player.h to the main headerDamien Lespiau2012-01-231-0/+1
| | | | Ooops, seems to have forgotten to add it when introduced the new class.
* video-sink: Add a standalone GStreamer pluginJosep Torra2011-11-011-1/+1
| | | | | | | * Build the videosink as an independent .so library that can be deployed in GStreamer plugin directory. * Deprecate clutter_gst_video_sink_new() in favor of the usual GStreamer way of instanciating elements
* reorder inclusionsLionel Landwerlin2011-08-251-1/+2
|
* misc: Include clutter-gst-enum-types.h from the main headerDamien Lespiau2011-04-041-1/+2
| | | | This header was forgotten, poor little header.
* [Audio] Get rid of ClutterGstAudioDamien Lespiau2010-01-191-1/+0
| | | | | | | | | | The purpose of the library is to provide ClutterActors. You can play audio files using a ClutterGstVideoTexture as all you do is giving playbin2 an URI anyway. Not having to support an audio only ClutterMedia object will allow us to add more video related functions inside ClutterMedia without worrying about an audio-only implementation of the interface.
* [misc] Only allow the inclusion of the top level headerDamien Lespiau2010-01-121-3/+30
| | | | | | | Users of the library should not include individual headers but the top level one only (<clutter-gst/clutter-gst.h>). This is to allow us to shuffle things around, remove or rename headers without breaking anything.
* 2007-07-06 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-07-061-0/+1
| | | | | | | | | | | | | | | | | | * configure.ac: Use the same M4 macros clutter-core uses to set the various libtool flags and simplify the release process. * clutter-gst/clutter-gst.h: * clutter-gst/clutter-gst-version.h.in: Add version header and macros for clutter-gst. * clutter-gst/*.[ch]: Fix copyright and attributions. * clutter-gst/clutter-gst-util.[hc]: Fix second argument of clutter_gst_init() function call: the underlying libraries require a pointer to the arguments vector to remove their own arguments from it. * README: Flesh out the description a little.
* 2007-04-26 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-04-261-0/+2
| | | | | | | | | | | | | | | | | * clutter-gst/Makefile.am: * clutter-gst/clutter-gst-util.c: * clutter-gst/clutter-gst-util.h: * clutter-gst/clutter-gst.h: Add a clutter_gst_init() call mainly for binding usage. * clutter-gst/clutter-gst-video-sink.c: * clutter-gst/clutter-gst-video-sink.h: * clutter-gst/clutter-gst-video-texture.c: * examples/Makefile.am: * examples/README: * examples/video-sink.c: Addition of clutter texture gstreamer video sink from Jonathan Matthew (#296)
* 2006-09-01 Matthew Allum <mallum@openedhand.com>Matthew Allum2006-09-011-1/+0
| | | | | | | | | | | | | | | * clutter-gst/Makefile.am: * clutter-gst/clutter-gst-audio.c: * clutter-gst/clutter-gst-audio.h: * clutter-gst/clutter-gst-media.c: * clutter-gst/clutter-gst-media.h: * clutter-gst/clutter-gst-video-texture.c: * clutter-gst/clutter-gst-video-texture.h: * clutter-gst/clutter-gst.h: * examples/audio.c: * examples/video-cube.c: * examples/video-player.c: clutter-gst-media -> clutter-media
* added clutter-gstJorn Baayen2006-08-301-0/+10