summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/videosink.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller1-71/+0
Original commit message from CVS: remove gst-libs from gst-plugins module as it is in gst-plugins-base now
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ↵Tim-Philipp Müller1-6/+2
work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
2004-08-11gst-libs/gst/video/videosink.h: Change copyright block to LGPL.David Schleef1-11/+12
Original commit message from CVS: * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2004-03-15*.h: Revert indentingJohan Dahlin1-33/+30
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-30/+33
Original commit message from CVS: gst-indent
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte1-8/+1
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-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef1-2/+2
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-11-19Fix a stupid mistakeJulien Moutte1-1/+1
Original commit message from CVS: Fix a stupid mistake
2003-11-19Removing the video_out things.Julien Moutte1-25/+2
Original commit message from CVS: Removing the video_out things.
2003-11-10remove gst_video_sink_push_ui_event()David Schleef1-2/+0
Original commit message from CVS: remove gst_video_sink_push_ui_event()
2003-11-07use int64 for frame-timeDavid I. Lehn1-1/+1
Original commit message from CVS: use int64 for frame-time
2003-10-09add object and struct paddingDavid Schleef1-0/+4
Original commit message from CVS: add object and struct padding
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte1-0/+102
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.