mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
Makefile.am: examples in dist subdirs.
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * 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.
This commit is contained in:
parent
2438f5851e
commit
d55ac2830b
6 changed files with 53 additions and 16 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2005-11-06 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* 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 <julien@moutte.net>
|
2005-11-06 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|
12
Makefile.am
12
Makefile.am
|
@ -1,8 +1,18 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
if BUILD_EXAMPLES
|
||||||
|
SUBDIRS_EXAMPLES = examples
|
||||||
|
else
|
||||||
|
SUBDIRS_EXAMPLES =
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
m4 common docs
|
m4 common docs \
|
||||||
|
$(SUBDIRS_EXAMPLES)
|
||||||
|
|
||||||
|
DIST_SUBDIRS = \
|
||||||
|
gst sys ext m4 common docs examples
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-plugins-bad.spec depcomp \
|
gst-plugins-bad.spec depcomp \
|
||||||
|
|
|
@ -56,6 +56,8 @@ AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
|
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
|
||||||
[gettext package name])
|
[gettext package name])
|
||||||
|
|
||||||
|
GST_ARG_EXAMPLES
|
||||||
|
|
||||||
dnl define LOCALEDIR in config.h
|
dnl define LOCALEDIR in config.h
|
||||||
AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
|
AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
|
||||||
AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
|
AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
|
||||||
|
|
|
@ -3,7 +3,28 @@
|
||||||
<TYPE>gpointer</TYPE>
|
<TYPE>gpointer</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>w</FLAGS>
|
<FLAGS>w</FLAGS>
|
||||||
<NICK>Destination surface</NICK>
|
<NICK>Surface</NICK>
|
||||||
<BLURB>Render video frames to this surface. The pointer you pass here has to point to an IDirectFBSurface * interface</BLURB>
|
<BLURB>The target surface for video.</BLURB>
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT></DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstSDLVideoSink::fullscreen</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Fullscreen</NICK>
|
||||||
|
<BLURB>If true it will be Full screen.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstSpeed::speed</NAME>
|
||||||
|
<TYPE>gfloat</TYPE>
|
||||||
|
<RANGE>[0.1,40]</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>speed</NICK>
|
||||||
|
<BLURB>speed.</BLURB>
|
||||||
|
<DEFAULT>1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<name>dfbvideosink</name>
|
<name>dfbvideosink</name>
|
||||||
<description>DirectFB video sink</description>
|
<description>DirectFB video output plugin</description>
|
||||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||||
<basename>libgstdfbvideosink.so</basename>
|
<basename>libgstdfbvideosink.so</basename>
|
||||||
<version>0.9.4</version>
|
<version>0.9.4.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer CVS/prerelease</package>
|
||||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dfbvideosink</name>
|
<name>dfbvideosink</name>
|
||||||
<longname>DirectFB video sink</longname>
|
<longname>Video sink</longname>
|
||||||
<class>Sink/Video</class>
|
<class>Sink/Video</class>
|
||||||
<description>DirectFB video sink</description>
|
<description>A DirectFB based videosink</description>
|
||||||
<author>Julien Moutte <julien@moutte.net></author>
|
<author>Julien Moutte <julien@moutte.net></author>
|
||||||
</element>
|
</element>
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
#if HAVE_GTK
|
|
||||||
#GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS)
|
|
||||||
#else
|
|
||||||
#GTK_SUBDIRS=
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if USE_DIRECTFB
|
if USE_DIRECTFB
|
||||||
DIRECTFB_DIR=directfb
|
DIRECTFB_DIR=directfb
|
||||||
|
@ -10,5 +5,5 @@ else
|
||||||
DIRECTFB_DIR=
|
DIRECTFB_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) $(DIRECTFB_DIR)
|
SUBDIRS= $(DIRECTFB_DIR)
|
||||||
DIST_SUBDIRS=capsfilter dynparams indexing gstplay directfb switch level
|
DIST_SUBDIRS=capsfilter dynparams indexing gstplay directfb switch level
|
||||||
|
|
Loading…
Reference in a new issue