mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
Update libvisual to 0.1.7. Link in the debug handling to gstreamer
Original commit message from CVS: * configure.ac: * ext/libvisual/visual.c: (gst_visual_get_type), (libvisual_log_handler), (gst_visual_getcaps), (gst_visual_srclink), (gst_visual_change_state), (make_valid_name), (plugin_init): Update libvisual to 0.1.7. Link in the debug handling to gstreamer * ext/smoothwave/Makefile.am: * ext/smoothwave/demo-osssrc.c: (main): * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init), (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink), (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state), (plugin_init): * ext/smoothwave/gstsmoothwave.h: Make gstsmoothwave a working element in the 20th century. * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect): Fix incorrect link function
This commit is contained in:
parent
3f33f5ded6
commit
71fb09c15a
2 changed files with 21 additions and 1 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
||||||
|
2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* ext/libvisual/visual.c: (gst_visual_get_type),
|
||||||
|
(libvisual_log_handler), (gst_visual_getcaps),
|
||||||
|
(gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
|
||||||
|
(plugin_init):
|
||||||
|
Update libvisual to 0.1.7. Link in the debug handling to gstreamer
|
||||||
|
* ext/smoothwave/Makefile.am:
|
||||||
|
* ext/smoothwave/demo-osssrc.c: (main):
|
||||||
|
* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
|
||||||
|
(gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
|
||||||
|
(gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
|
||||||
|
(plugin_init):
|
||||||
|
* ext/smoothwave/gstsmoothwave.h:
|
||||||
|
Make gstsmoothwave a working element in the 20th century.
|
||||||
|
|
||||||
|
* gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
|
||||||
|
Fix incorrect link function
|
||||||
|
|
||||||
2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/volume/gstvolume.c:
|
* gst/volume/gstvolume.c:
|
||||||
|
|
|
@ -1213,7 +1213,7 @@ GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [
|
||||||
dnl *** libvisual ***
|
dnl *** libvisual ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBVISUAL, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBVISUAL, true)
|
||||||
GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization plugins], libvisual, [
|
GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization plugins], libvisual, [
|
||||||
PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.1.1, HAVE_LIBVISUAL="yes", HAVE_LIBVISUAL="no")
|
PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.1.7, HAVE_LIBVISUAL="yes", HAVE_LIBVISUAL="no")
|
||||||
AC_SUBST(LIBVISUAL_CFLAGS)
|
AC_SUBST(LIBVISUAL_CFLAGS)
|
||||||
AC_SUBST(LIBVISUAL_LIBS)
|
AC_SUBST(LIBVISUAL_LIBS)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue