summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstvideosink.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15video: Fix non-default usage of gst_video_sink_center_rectEdward Hervey1-8/+8
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-13libs: Remove "Since" markers and minor doc fixupsEdward Hervey1-3/+1
2009-09-08videosink: add "show-preroll-frame" propertyTim-Philipp Müller1-2/+91
2009-09-08video: add GstVideoSinkClass::show_frame()Tim-Philipp Müller1-4/+54
2009-08-08gst-libs: Remove dead assignments and resulting unused variables.Edward Hervey1-6/+0
2006-03-23gst-libs/gst/audio/gstbaseaudiosink.c: Implement new async_play vmethod to st...Wim Taymans1-0/+1
2006-03-14gst/: Re-enable QoS after the release.Wim Taymans1-1/+2
2006-03-10gst-libs/gst/video/gstvideosink.c: Disable max-lateness by setting it to -1 f...Jan Schmidt1-1/+1
2006-03-08ext/libvisual/visual.c: Cleanups, post nice errors.Wim Taymans1-3/+8
2006-03-06gst-libs/gst/video/gstvideosink.c: Throw away frames that are later than 20 ms.Wim Taymans1-1/+2
2005-12-18gst-libs/gst/video/gstvideosink.c: Add a debug category.Julien Moutte1-1/+10
2005-12-01update documentationThomas Vander Stichele1-3/+3
2005-11-30Adding docs.Julien Moutte1-0/+23
2005-11-28include the right headerThomas Vander Stichele1-1/+1
2005-11-16gst-libs/gst/video/: Add helper function needed for video sinks.Julien Moutte1-0/+39
2005-07-12remove whitespaceThomas Vander Stichele1-1/+0
2005-07-10use overridable ERROR_CFLAGS; more macro splittingThomas Vander Stichele1-6/+6
2005-03-31Plugin port to 0.9, ogg/theora playback should work in the seek example now.Wim Taymans1-15/+1
2004-08-11ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef1-11/+12
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-1/+1
2004-03-14gst-indentThomas Vander Stichele1-25/+23
2004-03-01fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele1-1/+1
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte1-37/+0
2003-11-19Removing the video_out things.Julien Moutte1-225/+8
2003-11-10remove gst_video_sink_push_ui_event()David Schleef1-23/+0
2003-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef1-3/+0
2003-11-07use int64 for frame-timeDavid I. Lehn1-2/+2
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte1-0/+372