summaryrefslogtreecommitdiff
path: root/clutter-gst/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* video-texture: Initial support for download bufferingDamien Lespiau2011-04-041-2/+5
| | | | | | | | | | 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/+3
| | | | | | | | | | | | 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
* [gitignore] Add .gitignore filesDamien Lespiau2009-03-261-0/+1