summaryrefslogtreecommitdiff
path: root/clutter-gst
Commit message (Expand)AuthorAgeFilesLines
* player: Don't try to free NULL GstTagListDamien Lespiau2011-09-301-1/+2
* player: 80 characters is a hard limit!Damien Lespiau2011-09-301-1/+2
* video-sink: Remove spurious debugging messageDamien Lespiau2011-09-301-1/+0
* player: Change how we report audio and subtitles trackDamien Lespiau2011-09-302-99/+72
* refactoring: Do not depend on any GL symbolDamien Lespiau2011-09-272-8/+42
* player: split interface API from default implementationLionel Landwerlin2011-09-262-153/+373
* player: ensure suburi is set to NULL without subtitle fileLionel Landwerlin2011-09-261-2/+2
* player: autoload subtitles only once uri is setLionel Landwerlin2011-09-261-1/+1
* Add "-Wsign-compare" to the maintainer flags and fix the resulting warningsThomas Wood2011-09-212-6/+6
* media: Refine the idle state management in the EOS callbackDamien Lespiau2011-09-011-2/+20
* introspection: Add mission annotationsDamien Lespiau2011-08-303-4/+9
* build: Link against -lGL when we know it's safe toDamien Lespiau2011-08-301-0/+1
* video-texture: Remove the download-buffering class signal handlerDamien Lespiau2011-08-301-3/+1
* video-texture: Remote the dispose vfuncDamien Lespiau2011-08-301-7/+0
* video-player: Actually implement clutter_gst_player_deinit()Damien Lespiau2011-08-303-21/+50
* doc: Fix copy/paste typo in clutter_gst_player_get_pipeline() annotationDamien Lespiau2011-08-301-2/+1
* doc: Add latest API addition to the gtk-doc sectionsDamien Lespiau2011-08-302-2/+37
* player: -1 is a acceptable value for the subtitles track (No subtitles)Damien Lespiau2011-08-261-1/+1
* debug: Define CLUTTER_GST_DEBUG_ENABLED() when debug is disabledDamien Lespiau2011-08-261-0/+1
* video-texture: Add API to manage subtitlesDamien Lespiau2011-08-266-4/+245
* video-texture: Don't use an internal is_idle stateDamien Lespiau2011-08-261-10/+3
* player: Finish porting the eos_cb from the old video-textureDamien Lespiau2011-08-261-1/+8
* player: Finish porting the error_cb from the old video-textureDamien Lespiau2011-08-261-0/+8
* sink: send navigation commands on certain key eventsThomas Wood2011-08-261-14/+31
* clutter-gst: Expose ClutterGstPlayer interface and document APILionel Landwerlin2011-08-253-6/+229
* reorder inclusionsLionel Landwerlin2011-08-251-1/+2
* misc: Remove an unsued macro that was using glGetError()Damien Lespiau2011-08-241-10/+0
* video-texture: Separate out the playbin2 logic.Lionel Landwerlin2011-08-224-1577/+2010
* video-texture: move enums into separate headerLionel Landwerlin2011-08-223-30/+68
* video-texture: Fix leaking of GstBusDamien Lespiau2011-07-061-13/+16
* video-texture: Remove unused message callbackDamien Lespiau2011-07-061-12/+0
* Adjusted clutter_gst_init's GObject-Introspection annotations to match clutte...Dinh Bowman2011-07-061-4/+4
* video-texture: Add missing transfer annotationsBastian Winkler2011-07-051-2/+2
* video-texture: Add support for audio stream selectionDamien Lespiau2011-07-044-5/+337
* video-texture: Reset the subtitle URI when playing the NULL URIDamien Lespiau2011-06-291-0/+2
* examples: include stdlib.h for EXIT_{SUCCESS,FAILURE}Damien Lespiau2011-06-062-4/+4
* Revert "video-texture: speed up switching to another uri"Damien Lespiau2011-06-061-1/+1
* sink: Add debug to the navigation eventsBastien Nocera2011-05-091-0/+7
* sink: Make non-mouse related navigation events workBastien Nocera2011-04-061-15/+17
* video-texture: Remove debugging message...Damien Lespiau2011-04-061-1/+0
* video-texture: Put the object in idle mode on errorDamien Lespiau2011-04-051-0/+4
* video-texture: Revert the set_playing() guardsDamien Lespiau2011-04-051-7/+2
* video-texture: Report sane values when in error or eosDamien Lespiau2011-04-051-1/+27
* video-texture: Set the pipeline to NULL *before* signalling an errorDamien Lespiau2011-04-051-2/+2
* video-texture: Set the state of the pipeline to READY on EOSDamien Lespiau2011-04-051-1/+1
* sink: Add the Red Hat copyright for the GstNavigation workDamien Lespiau2011-04-051-1/+2
* sink: Add support for missing event typesBastien Nocera2011-04-051-2/+30
* misc: Include clutter-gst-enum-types.h from the main headerDamien Lespiau2011-04-041-1/+2
* video-texture: Don't forget to reset the subtitle URI with new mediaDamien Lespiau2011-04-041-0/+4
* sink: Implement GstNavigation interfaceBastien Nocera2011-04-041-30/+128