examples/gstplay/Makefile.am: Adding the interface library.
authorJulien Moutte <julien@moutte.net>
Wed, 7 Jan 2004 21:49:25 +0000 (21:49 +0000)
committerJulien Moutte <julien@moutte.net>
Wed, 7 Jan 2004 21:49:25 +0000 (21:49 +0000)
commit2a35e3393f8ea599cd11e5a1c0ec5f55e0b31df2
tree1fd9389cd8d47cf01cfd125030ef3af5b1c8f700
parentee7f05f8da3bf7d960b81ba29edc409081b05617
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.
13 files changed:
ChangeLog
examples/gstplay/Makefile.am
gst-libs/gst/play/Makefile.am
gst-libs/gst/play/gstplay.c
gst-libs/gst/play/gstplay.h
gst-libs/gst/play/play.c
gst-libs/gst/play/play.h
gst-libs/gst/video/gstvideosink.c
gst-libs/gst/video/gstvideosink.h
gst-libs/gst/video/videosink.h
sys/ximage/ximagesink.c
sys/xvimage/xvimagesink.c
tests/old/examples/gstplay/Makefile.am