summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* content: add set_frame()Lionel Landwerlin2014-12-061-0/+1
|
* doc: add Clutter as dependencyLionel Landwerlin2014-06-091-0/+1
|
* doc: add video sink chapterLionel Landwerlin2014-06-091-0/+9
|
* doc: add missing symbolsLionel Landwerlin2014-06-091-0/+15
|
* video-sink: add overlay supportLionel Landwerlin2014-06-071-0/+8
|
* documentation: add video sinkLionel Landwerlin2014-06-011-0/+10
|
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-1/+0
|
* doc: Set DOC_MODULE_VERSIONMarvin Schmidt2013-11-151-0/+1
| | | | | This will avoid file collisions with future API versions and makes different API versions completely parallel installable
* camera: move device list to its own componentLionel Landwerlin2013-08-091-1/+19
|
* update documentationLionel Landwerlin2013-07-223-96/+193
|
* remove ClutterGstActor now replaced by ClutterGstContentLionel Landwerlin2013-07-222-63/+0
|
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+1
|
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+4
|
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-182-0/+79
|
* Update docs.Andre Moreira Magalhaes (andrunko)2013-03-182-31/+58
|
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
| | | | Merge ClutterMedia with ClutterGstPlayer.
* plugin: Add a autocluttersink elementJosep Torra2012-01-251-7/+8
| | | | | Add a bin element that is capable of autoplugging clutter compatible sinks.
* video-player: Actually implement clutter_gst_player_deinit()Damien Lespiau2011-08-301-0/+1
| | | | | | When ClutterGstPlayer has been split out, the deinit() code was forgotten. It's back in with test-video-texture-new-unref-loop showing 0 leak. Yeah!
* doc: Add latest API addition to the gtk-doc sectionsDamien Lespiau2011-08-301-1/+7
|
* clutter-gst: Expose ClutterGstPlayer interface and document APILionel Landwerlin2011-08-252-1/+30
|
* sync section file with headersLionel Landwerlin2011-08-251-6/+12
|
* video-texture: Add support for audio stream selectionDamien Lespiau2011-07-041-0/+3
| | | | | | It's basicaly a thin layer on top of playbin2. The only extra smartness bits are serializing all the notifications in the main thread and not nofifying twice the same list of available audio streams.
* video-texture: Initial support for download bufferingDamien Lespiau2011-04-041-1/+6
| | | | | | | | | | This patch introduces new APIs to get and set the buffering mode. We still default to the old behaviour and people will have to opt in to use download buffering. VideoTexture sorts some details for you and exposes a download-buffering signal that is supposed to give the start and end of the current segment of downloaded data you're in. 'start' is always 0 for now.
* video-texture: Allow to make accurate seeksDamien Lespiau2010-12-061-0/+5
| | | | | | | | | | | | ClutterGstVideoTexture has now a property (and its equivalent getter and setter) to set seek flags to customize a bit the seek done by set_progress(). For now, we have an "ACCURATE" flag that maps directly to GST_SEEK_FLAG_ACCURATE. To be able to export correctly this new API to g-i and bindings, we need to generate the enum types for ClutterGstSeekFlags. Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2279
* video-texture: You can now customize the user-agentDamien Lespiau2010-06-181-0/+2
| | | | | | | | | When streaming content, you might want to set a custom user agent, eg. to promote your software, make it appear in statistics or because the server requires a special user agent you want to impersonate (evil!). This commit introduces two new symbols get_user_agent() and set_user_agent() along with their corresponding "user-agent" property.
* video-texture: Add support for an "idle" materialDamien Lespiau2010-06-081-0/+2
| | | | | | | | | | | | When not playing a file (say if you create a ClutterGstVideoTexture without a file name) you may want to control how the empty VideoTexture should look like. For that ClutterGstVideoTexture now lets you define an "idle" material that will be used when not having a frame to display. The default behaviour is to paint the texture black when there is nothing else to show.
* doc: Do not include the now dead GstAudio documentationDamien Lespiau2010-02-121-1/+0
|
* [Audio] Get rid of ClutterGstAudioDamien Lespiau2010-01-191-19/+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] Intern the strings of property namesDamien Lespiau2010-01-091-1/+2
| | | | | So glib does not have to copy them, less things to do, less memory used, happy bunnies.
* [doc] Use the real version of the libraryDamien Lespiau2010-01-081-1/+1
| | | | | The API version is clearly not a good way of saying which version we document. Switch to the actual library version.
* [doc] Update the copyright to include 2010Damien Lespiau2010-01-081-1/+4
| | | | It's that time of the year again.
* [Audio] Rename get_playbin() to get_pipeline()Bastian Winkler2009-11-031-1/+1
| | | | | As already done for VideoTexture, the public API of ClutterGstAudio should use get_pipeline() instead of get_playbin()
* [VideoTexture] get_playbin() is now get_pipeline()Damien Lespiau2009-08-071-1/+1
| | | | | | | | | | This is an API change. That change was motivated by the fact the former function name is leaking that we are using the playbin element. This is an implementation detail we don't want in a stable API. The GstPipeline used inside VideoTexture could be playbin, playbin2, playbin42 or even a user supplied pipeline.
* [docs] Ignore I420.h and YV12.hDamien Lespiau2009-08-061-0/+2
| | | | | Those files are autogenerated and the ARBfp1.0 shaders are defined there. These file should really not be parsed by gtk-doc.
* [gitignore] Add *.bak to the files ignored in the gtk-doc directoryDamien Lespiau2009-08-061-0/+1
|
* [debug] Add a debugging insfrastructure.Damien Lespiau2009-08-061-1/+6
| | | | | | | | | | | Steal the GTK+/Clutter way of doing debug categories and messages. The CLUTTER_GST_DEBUG environment variable can contain a comma separated list of categories. Debugging messages with then be printed if the library has been compiled with this feature enabled. Note that this feature is always built-in by default, --disable-debug will disable it tough.
* [init] Add clutter_gst_init_with_args()Damien Lespiau2009-08-051-0/+1
| | | | | | | 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.
* [doc] Update Copyright assignment in the referenceDamien Lespiau2009-06-241-1/+6
|
* [build] Fix make dist for gtk-doc <= 1.10Damien Lespiau2009-03-282-1/+2
| | | | | | | | The dist-hook of gtk-doc moans about not finding clutter-gst.types. As we depend on gtk-doc >= 1.8 we can use the --rebuild-types option of gtkdoc-scan to automatically rebuild the clutter-gst.types file. See bug #509539 in gnome bugzilla.
* [gitignore] Add .gitignore filesDamien Lespiau2009-03-261-0/+16
|
* 2008-10-2 Robert Bragg <robert@linux.intel.com>Robert Bragg2008-10-021-1/+1
| | | | | | * clutter-gst/doc/reference/Makefile.am: * clutter-gtk/doc/reference/Makefile.am: reverts previous change: It's Poky that needs changing.
* 2008-10-2 Robert Bragg <robert@linux.intel.com>Robert Bragg2008-10-021-1/+1
| | | | | | | | * clutter-gst/doc/reference/Makefile.am: * clutter-gtk/doc/reference/Makefile.am: Dont use += to set EXTRA_DIST since there isn't a preceding = which automake gets upset about. This means we can remove the patches fixing this in Poky.
* ======== Clutter-GStreamer 0.8.0 ==============================================Emmanuele Bassi2008-07-181-1/+1
| | | | | | | | | | 2008-07-18 Emmanuele Bassi <ebassi@openedhand.com> * configure.ac: * Makefile.am: Allow ignoring the documentation directory when building from SVN. * doc/reference/Makefile.am: Ignore uninstalled header files.
* * doc/reference/clutter-gst-sections.txt:Chris Lord2008-03-121-0/+1
| | | | | * clutter-gst/clutter-gst-audio.[ch]: Add clutter_gst_audio_get_playbin ()
* Fix versioning macros section titleEmmanuele Bassi2007-12-151-1/+1
|
* 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-11-232-5/+6
| | | | | | | | | | | | | | | * clutter-gst/clutter-gst-audio.h: * clutter-gst/clutter-gst-version.h.in: * clutter-gst/clutter-gst-video-sink.h: * clutter-gst/clutter-gst-video-texture.h: Add missing documentation. * doc/reference/Makefile.am: Fix EXTRA_DIST. * doc/reference/clutter-gst-docs.sgml: Fix wording a bit. * examples/video-player.c (effect1_tl_cb): Update for upstream API changes.
* clutter-gst: fix Makefile.am typo in doc/reference/Samuel Ortiz2007-09-261-1/+1
|
* 2007-08-20 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-08-203-2/+77
| | | | | | | | | | | | | * doc/reference/clutter-gst-sections.txt: * doc/reference/clutter-gst-docs.sgml: * doc/reference/Makefile.am: Fix API reference generation. * clutter-gst/clutter-gst-audio.[ch]: * clutter-gst/clutter-gst-video-sink.[ch]: * clutter-gst/clutter-gst-video-texture.[ch]: * clutter-gst/clutter-gst-video-util.c: * clutter-gst/clutter-gst-version.h.in: Fix API reference documentation.
* 2007-01-18 Matthew Allum <mallum@openedhand.com>Matthew Allum2007-01-182-0/+87
| | | | | * doc/reference/clutter-gst-docs.sgml: Add missing docs file.
* 2006-08-30 Jorn Baayen <jorn@openedhand.com>Jorn Baayen2006-08-301-0/+1
| | | | | | | | * examples/audio.c: (main): * examples/video-cube.c: (main): * examples/video-player.c: (main): Call gst_init().