summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-util.h
Commit message (Collapse)AuthorAgeFilesLines
* util: expose help to create a CoglVideoSinkLionel Landwerlin2013-04-141-0/+2
|
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-2/+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.
* video-sink: Add a standalone GStreamer pluginJosep Torra2011-11-011-0/+3
| | | | | | | * 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
* [misc] Only allow the inclusion of the top level headerDamien Lespiau2010-01-121-3/+7
| | | | | | | 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.
* [init] Add clutter_gst_init_with_args()Damien Lespiau2009-08-051-2/+8
| | | | | | | A small convenient fonction that setup GOptionContext for you, adding to the GOptionEntry array you provide the GStreamer's and Clutter's ones. While at it, improved the documentation for the Utilities section.
* [misc] Pass on the c files headersDamien Lespiau2009-06-231-1/+1
| | | | | * Be sure to include licensing information * Update the Copyright assignment when needed
* 2008-10-31 Emmanuele Bassi <ebassi@linux.intel.com>Emmanuele Bassi2008-10-311-1/+1
| | | | | | | | | | | * configure.ac: * Makefile.am: * clutter-gst/Makefile.am: Bump to 0.9 and require Clutter from trunk. * clutter-gst/clutter-gst-video-sink.c: * clutter-gst/clutter-gst-util.c: Include <clutter/clutter.h> and not sub-headers, now that we can't.
* 2007-07-06 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-07-061-5/+7
| | | | | | | | | | | | | | | | | | * 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/+38
* 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)