mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
Original commit message from CVS: add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
This commit is contained in:
parent
7d3ce90c33
commit
27a8e953d1
1 changed files with 9 additions and 0 deletions
|
@ -572,6 +572,14 @@ GST_CHECK_FEATURE(SMOOTHWAVE, [smoothwave plugin], smoothwave, [
|
||||||
if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi;
|
if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi;
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
dnl *** snapshot ***
|
||||||
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
|
||||||
|
GST_CHECK_FEATURE(LIBPNG, [snapshot plugin], snapshot, [
|
||||||
|
GST_CHECK_LIBHEADER(LIBPNG, png, png_read_info, -lz, png.h, LIBPNG_LIBS="-lpng -lz")
|
||||||
|
AC_SUBST(LIBPNG_LIBS)
|
||||||
|
])
|
||||||
|
|
||||||
dnl *** tarkin ***
|
dnl *** tarkin ***
|
||||||
dnl for now the sources are included in the plugin
|
dnl for now the sources are included in the plugin
|
||||||
dnl and should be moved to ext-libs/ perhaps
|
dnl and should be moved to ext-libs/ perhaps
|
||||||
|
@ -833,6 +841,7 @@ ext/sdl/Makefile
|
||||||
ext/shout/Makefile
|
ext/shout/Makefile
|
||||||
ext/sidplay/Makefile
|
ext/sidplay/Makefile
|
||||||
ext/smoothwave/Makefile
|
ext/smoothwave/Makefile
|
||||||
|
ext/snapshot/Makefile
|
||||||
ext/vorbis/Makefile
|
ext/vorbis/Makefile
|
||||||
ext/tarkin/Makefile
|
ext/tarkin/Makefile
|
||||||
ext/xmms/Makefile
|
ext/xmms/Makefile
|
||||||
|
|
Loading…
Reference in a new issue