From d55ac2830b57502bcd6d6adfab2e48fd228fcdb1 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sun, 6 Nov 2005 22:16:27 +0000 Subject: [PATCH] Makefile.am: examples in dist subdirs. Original commit message from CVS: 2005-11-06 Julien MOUTTE * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-dfbvideosink.xml: * examples/Makefile.am: Updates. --- ChangeLog | 9 +++++++++ Makefile.am | 12 +++++++++++- configure.ac | 2 ++ docs/plugins/gst-plugins-bad-plugins.args | 27 ++++++++++++++++++++++++--- docs/plugins/inspect/plugin-dfbvideosink.xml | 12 ++++++------ examples/Makefile.am | 7 +------ 6 files changed, 53 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index eca2676..96fed42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-11-06 Julien MOUTTE + * Makefile.am: examples in dist subdirs. + * configure.ac: enable parameter for building + examples. + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/inspect/plugin-dfbvideosink.xml: + * examples/Makefile.am: Updates. + +2005-11-06 Julien MOUTTE + * Makefile.am: * autogen.sh: * configure.ac: diff --git a/Makefile.am b/Makefile.am index 0eccbb0..6fa0496 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,18 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +if BUILD_EXAMPLES +SUBDIRS_EXAMPLES = examples +else +SUBDIRS_EXAMPLES = +endif + SUBDIRS = \ gst sys ext \ - m4 common docs + m4 common docs \ + $(SUBDIRS_EXAMPLES) + +DIST_SUBDIRS = \ + gst sys ext m4 common docs examples EXTRA_DIST = \ gst-plugins-bad.spec depcomp \ diff --git a/configure.ac b/configure.ac index aee90dc..9bdaaba 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,8 @@ AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [gettext package name]) +GST_ARG_EXAMPLES + dnl define LOCALEDIR in config.h AS_AC_EXPAND(LOCALEDIR, $datadir/locale) AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR", diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 91294e2..62fd24c 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -3,7 +3,28 @@ gpointer w -Destination surface -Render video frames to this surface. The pointer you pass here has to point to an IDirectFBSurface * interface -NULL +Surface +The target surface for video. + + + +GstSDLVideoSink::fullscreen +gboolean + +rw +Fullscreen +If true it will be Full screen. +FALSE + + + +GstSpeed::speed +gfloat +[0.1,40] +rwx +speed +speed. +1 + + diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index 83f5fb4..b95752d 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -1,20 +1,20 @@ dfbvideosink - DirectFB video sink + DirectFB video output plugin ../../ext/directfb/.libs/libgstdfbvideosink.so libgstdfbvideosink.so - 0.9.4 + 0.9.4.1 LGPL gst-plugins-bad - GStreamer source release + GStreamer CVS/prerelease http://gstreamer.freedesktop.org/ dfbvideosink - DirectFB video sink + Video sink Sink/Video - DirectFB video sink + A DirectFB based videosink Julien Moutte <julien@moutte.net> - + \ No newline at end of file diff --git a/examples/Makefile.am b/examples/Makefile.am index 8606cf8..45dfc2a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,8 +1,3 @@ -#if HAVE_GTK -#GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS) -#else -#GTK_SUBDIRS= -#endif if USE_DIRECTFB DIRECTFB_DIR=directfb @@ -10,5 +5,5 @@ else DIRECTFB_DIR= endif -SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) $(DIRECTFB_DIR) +SUBDIRS= $(DIRECTFB_DIR) DIST_SUBDIRS=capsfilter dynparams indexing gstplay directfb switch level -- 2.7.4