Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-10 | remove gst_video_sink_push_ui_event() | David Schleef | 1 | -23/+0 | |
Original commit message from CVS: remove gst_video_sink_push_ui_event() | |||||
2003-11-07 | Don't set the actual video size in gst_video_sink_got_video_size(). | David Schleef | 1 | -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-07 | use int64 for frame-time | David I. Lehn | 1 | -2/+2 | |
Original commit message from CVS: use int64 for frame-time | |||||
2003-09-14 | Adding GstVideoSink object which will be used for video sink's subclassing. | Julien Moutte | 1 | -0/+372 | |
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing. |