summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* plugin: don't register cluttervideosinkLionel Landwerlin2014-07-171-7/+0
| | | | | | | | | | Since this sink doesn't actually display anything but let's you extract video frame that you can then display in a Clutter scene, it is kind of pointless to register this plugin. It was also causing a crash with gst-inspect. https://bugzilla.gnome.org/show_bug.cgi?id=733284
* plugins: reorganize debug topicsLionel Landwerlin2014-06-211-13/+0
|
* plugin: add debug category for video sinkLionel Landwerlin2014-06-021-0/+5
|
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-0/+9
|
* plugin: change plugin name to coexist with clutter-gst 2.0Lionel Landwerlin2013-12-191-1/+1
|
* plugin: defer clutter_init() call from plugin registration to sink creationLionel Landwerlin2013-11-151-4/+0
|
* remove ClutterGstActor now replaced by ClutterGstContentLionel Landwerlin2013-07-221-10/+2
|
* remove ClutterGstVideoSink as we know it, we rely on CoglSink nowLionel Landwerlin2013-03-181-8/+6
|
* Do not use deprecated ClutterTexture.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
| | | | | | | | - 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.
* port to GStreamer 1.0Edward Hervey2012-07-121-1/+1
| | | | Contributions from: Alban Browaeys <prahal@yahoo.com>
* plugin: Include Xlib.h for XInitThreads()Damien Lespiau2012-04-271-0/+6
|
* plugin: Add a autocluttersink elementJosep Torra2012-01-251-0/+88
Add a bin element that is capable of autoplugging clutter compatible sinks.