platform/upstream/gstreamer.git
2010-07-09 Brandon Lewisdocumentation fixes
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon LewisGESTrackVideoTitleSource -> GESTrackTitleSource
2010-07-09 Brandon Lewisremove GESTrackTitleSource
2010-07-09 Brandon Lewisfix doc comments
2010-07-09 Brandon LewisGESTrackVideoTitleSource inherits directly from GESTrac...
2010-07-09 Brandon Lewisremove GESTrackBackgroundSource class
2010-07-09 Brandon LewisGESTrackAudioBackgroundSource inherits from GESTrackSource
2010-07-09 Brandon LewisGESTrackVideoBackgroundSource inherits directly from...
2010-07-09 Brandon Lewismove create_element virtual method up to TimelineSource...
2010-07-09 Brandon Lewisfix documentation mistake
2010-07-09 Brandon Lewisremove GESTrackAudioTitleSource
2010-07-09 Brandon Lewiscreate test track object instead of audio-title-source
2010-07-09 Brandon Lewiskeep track of and release request pads for smpte also
2010-07-09 Brandon Lewisfree mixer in dispose separately from sink pads
2010-07-09 Edward Herveyexamples: Ignore files
2010-07-09 Edward Herveycheck: Ignore files
2010-07-09 Edward Herveydocs: Add links to all new documentation files
2010-07-09 Edward Herveytests: Add <stdlib.h> for exit usage
2010-07-09 Brandon Lewisdon't forget to unref pad targets
2010-07-09 Brandon Lewisrough overlay implementation
2010-07-09 Brandon Lewischeck in overlay test app
2010-07-09 Brandon Lewisactivate property setting functions
2010-07-09 Brandon Lewisactivate remaining overlay tests
2010-07-09 Brandon Lewisadd video overlays to main header
2010-07-09 Brandon Lewiscreate timeline-overly creates appropriate track object
2010-07-09 Brandon Lewischeck in GESTrackVideoOverlay
2010-07-09 Brandon Lewischeck in ges-track-overlay.{c,h}
2010-07-09 Brandon Lewischeck in overlay unit tests
2010-07-09 Brandon Lewischeck in timelineoverlay, structural copy of GESTimelin...
2010-07-09 Brandon Lewisupdate doc comment
2010-07-09 Brandon Lewisremove unneeded paramenter to create_element
2010-07-09 Brandon Lewisupdate unit tests
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon Lewispush struct fields down to VideoTransition
2010-07-09 Brandon Lewispush make_video_bin() down into subclass
2010-07-09 Brandon Lewispush relevant struct fields into AudioTransition
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon Lewispush make_audio_bin down into subclass
2010-07-09 Brandon Lewisadd duration_changed virtual method to GESTrackTransition
2010-07-09 Brandon Lewisadd create_element vmethod to GESTrackTransition
2010-07-09 Brandon Lewiscreate transition subtype according to track type
2010-07-09 Brandon Lewischeck in GESTrackVideoTransition, empty subclass of...
2010-07-09 Brandon Lewischeck in GESTrackAudioTransition, empyt subclass of...
2010-07-09 Brandon Lewisfix header file param names
2010-07-09 Brandon Lewisfix stupid copy/paste typo
2010-07-09 Brandon Lewisfree existing strings before assigning new ones
2010-07-09 Brandon Lewisclean up some memory leaks in the titles unit test
2010-07-09 Brandon Lewisunit tests for {h,v}alignment properties
2010-07-09 Brandon Lewisimplement {h,v}alignment property for timeline titles
2010-07-09 Brandon Lewisdocumentation
2010-07-09 Brandon Lewisadd ..._set_{h,v}alignment() methods to video titles
2010-07-09 Brandon Lewisadd font-desc property to TimelineTitleSource
2010-07-09 Brandon Lewisadd ...set_font_desc() method to VideoTitleSource
2010-07-09 Brandon Lewisset black background on titles by default
2010-07-09 Brandon Lewisadd title sources to ges-launch
2010-07-09 Brandon Lewishave timeline title source create audio title sources
2010-07-09 Brandon Lewischeck in ges-track-audio-title-source.{c,h}
2010-07-09 Brandon Lewisdon't forget to check for null
2010-07-09 Brandon Lewisset text on video track objects when text property...
2010-07-09 Brandon Lewisimplement ges_timeline_title_source_create_track_object
2010-07-09 Brandon Lewisremove trailing '$' accidentally pasted
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon Lewisthese should have been checked in before
2010-07-09 Brandon Lewisadd text property to GESTimelineTitleSource
2010-07-09 Brandon Lewischeck in unit tests for titles
2010-07-09 Brandon Lewismassive update to doc comments
2010-07-09 Brandon Lewisremove the zone plate and gamut enum values
2010-07-09 Brandon Lewismassive update to documentation
2010-07-09 Brandon Lewischeck in skeletal GESTrackVideoTitleSource
2010-07-09 Brandon Lewischeck in skeletal GESTrackTitleSource
2010-07-09 Brandon Lewischeck in sekeletal GESTimelineTitleSource
2010-07-09 Brandon Lewisdon't forget to unref objects in unit tests
2010-07-09 Brandon Lewistest vpatern property in unit tests
2010-07-09 Brandon Lewismake audio background-sources output silence
2010-07-09 Brandon Lewisuse ges_timeline_background_source_new_for_nick when...
2010-07-09 Brandon Lewisdon't initialize vpattern field
2010-07-09 Brandon Lewisimplement ges_timeline_background_source_new_for_nick()
2010-07-09 Brandon Lewismove enum table into file scope
2010-07-09 Brandon Lewisrewrite print_pattern_list to use GEnumValues
2010-07-09 Brandon Lewisremove unnecessary g_print
2010-07-09 Brandon Lewisswitch to using GESTimelineBackgroundSource objects...
2010-07-09 Brandon Lewisset pattern on newly-created video track objects
2010-07-09 Brandon Lewisimplement vpattern gobject property of tl background...
2010-07-09 Brandon Lewisadd big blob of pattern enum values copied from videote...
2010-07-09 Brandon Lewisadd vpattern field to GESTimelineBackground source
2010-07-09 Brandon Lewisimplement setting pattern on video background sources
2010-07-09 Brandon Lewisadd routines to set track object pattern
2010-07-09 Brandon Lewisadd enum for video patterns
2010-07-09 Brandon Lewistest Backgroudn sources in layers
2010-07-09 Brandon Lewisimplment GESTimelineBackground source create_track_object
2010-07-09 Brandon Lewisadd audio background source to build system
2010-07-09 Brandon Lewisadd audio background source to types.h
2010-07-09 Brandon Lewischeck in audio background source
2010-07-09 Brandon Lewisadd ges video-track background to build system
2010-07-09 Brandon Lewischeck in ges-track-video-background-source.{c,h}
2010-07-09 Brandon Lewisadd GESTrackBackgroundSource to build system
2010-07-09 Brandon Lewisadd track background source to header
2010-07-09 Brandon Lewisadd track background source to ges-types.h
2010-07-09 Brandon Lewischeck in GESTrackBackgroundSource
next