summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-07 21:49:25 +0000
committerJulien Moutte <julien@moutte.net>2004-01-07 21:49:25 +0000
commit861724761f815f5bcd28be1f9aeca0b4a0c20ef7 (patch)
treeb2579d903310e4c450e5fd4a9f647a2a578ba18e /gst-libs/gst/play/play.h
parent90068d9efb4e71973efc5b83a6e7a05ebc33f9a4 (diff)
downloadgst-plugins-bad-861724761f815f5bcd28be1f9aeca0b4a0c20ef7.tar.gz
gst-plugins-bad-861724761f815f5bcd28be1f9aeca0b4a0c20ef7.tar.bz2
gst-plugins-bad-861724761f815f5bcd28be1f9aeca0b4a0c20ef7.zip
examples/gstplay/Makefile.am: Adding the interface library.
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.
Diffstat (limited to 'gst-libs/gst/play/play.h')
-rw-r--r--gst-libs/gst/play/play.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/play/play.h b/gst-libs/gst/play/play.h
index 0c45d943..484b7bc0 100644
--- a/gst-libs/gst/play/play.h
+++ b/gst-libs/gst/play/play.h
@@ -21,6 +21,7 @@
#define __GST_PLAY_H__
#include <gst/gst.h>
+#include <gst/xoverlay/xoverlay.h>
#define GST_TYPE_PLAY (gst_play_get_type())
#define GST_PLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLAY, GstPlay))