summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-01-30done operatingThomas Vander Stichele1-2/+2
Original commit message from CVS: done operating
2004-01-07examples/gstplay/Makefile.am: Adding the interface library.Julien Moutte1-1/+4
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-11Using private structure for members so that we have more chance that the ↵Julien Moutte1-4/+4
header is frozen. :) Original commit message from CVS: Using private structure for members so that we have more chance that the header is frozen. :)
2003-05-21Links also against libgstcontrolDavid Schleef1-1/+1
Original commit message from CVS: Links also against libgstcontrol
2002-12-08parallel install fixesThomas Vander Stichele1-6/+7
Original commit message from CVS: parallel install fixes
2002-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker1-0/+13
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though