Seems to me from the debian/control file that this (--with-default-
audiosink=autoaudiosink) is already set for gstreamer0.10-plugins-good:
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEFAULT_AUDIOSINK = autoaudiosink
DEFAULT_AUDIOSRC = alsasrc
DEFAULT_VIDEOSINK = autovideosink
DEFAULT_VIDEOSRC = v4l2src
DEFAULT_VISUALIZER = goom
else
DEFAULT_AUDIOSINK = autoaudiosink
DEFAULT_AUDIOSRC = osssrc
DEFAULT_VIDEOSINK = autovideosink
DEFAULT_VIDEOSRC = videotestsrc
DEFAULT_VISUALIZER = goom
endif
DEB_CONFIGURE_EXTRA_FLAGS += \
--disable-examples \
--enable-DEBUG \
--enable-debug \
--with-package-name=$(GST_PACKAGE_NAME) \
--with-package-origin=$(GST_PACKAGE_ORIGIN) \
--enable-gtk-doc \
--enable-experimental \
--with-default-audiosink=$(DEFAULT_AUDIOSINK) \
--with-default-audiosrc=$(DEFAULT_AUDIOSRC) \
--with-default-videosink=$(DEFAULT_VIDEOSINK) \
--with-default-videosrc=$(DEFAULT_VIDEOSRC) \
--with-default-visualizer=$(DEFAULT_VISUALIZER)
--
The autoaudiosink element is missing
https://bugs.launchpad.net/bugs/442157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs