summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/gstvideosink.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-19Removing the video_out things.Julien Moutte1-225/+8
Original commit message from CVS: Removing the video_out things.
2003-11-10remove gst_video_sink_push_ui_event()David Schleef1-23/+0
Original commit message from CVS: remove gst_video_sink_push_ui_event()
2003-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef1-3/+0
Original commit message from CVS: Don't set the actual video size in gst_video_sink_got_video_size(). This could probably be replaced once we handle pixel aspect ratios.
2003-11-07use int64 for frame-timeDavid I. Lehn1-2/+2
Original commit message from CVS: use int64 for frame-time
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte1-0/+372
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.