summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/gstvideosink.c
AgeCommit message (Collapse)AuthorFilesLines
2004-08-11ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef1-11/+12
Original commit message from CVS: * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code * gst-libs/gst/video/gstvideosink.c: Change copyright block to LGPL. * gst/auparse/gstauparse.c: Fix plugin license field. * gst/monoscope/gstmonoscope.c: Fix plugin license field. * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field. * gst/rtp/gstrtp.c: Fix plugin license field.
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-1/+1
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-25/+23
Original commit message from CVS: gst-indent
2004-03-01fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele1-1/+1
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte1-37/+0
Original commit message from CVS: * examples/gstplay/Makefile.am: Adding the interface library. * gst-libs/gst/play/Makefile.am: Adding the interface library. * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting tothe XOverlay size signal instead of GstVideoSink. * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check GST_IS_X_OVERLAY before signal connect. * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): Removing the have_video_size signal. * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal and associated public method. * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents), (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size signal. * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect), (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size signal. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect): Using XOverlay public method to fire size signal.
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.