rework build; add translations for v4l2

Original commit message from CVS:
rework build; add translations for v4l2
This commit is contained in:
Thomas Vander Stichele 2006-04-01 10:09:11 +00:00
parent 7becef8f96
commit 60f8059676
87 changed files with 1122 additions and 1338 deletions

View file

@ -1,3 +1,94 @@
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
rework like the other configure.ac files
* Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
* ext/amrwb/gstamrwb.c:
* ext/arts/gst_arts.c:
* ext/artsd/gstartsdsink.c:
* ext/audiofile/gstaf.c:
* ext/audioresample/gstaudioresample.c:
* ext/bz2/gstbz2.c:
* ext/cdaudio/gstcdaudio.c:
* ext/directfb/dfbvideosink.c:
* ext/dts/gstdtsdec.c:
* ext/faac/gstfaac.c:
* ext/faad/gstfaad.c:
* ext/hermes/gsthermescolorspace.c:
* ext/ivorbis/vorbis.c:
* ext/jack/gstjack.c:
* ext/lcs/gstcolorspace.c:
* ext/musepack/gstmusepackdec.c:
* ext/musicbrainz/gsttrm.c:
* ext/nas/nassink.c:
* ext/sdl/gstsdl.c:
* ext/snapshot/gstsnapshot.c:
* ext/sndfile/gstsf.c:
* ext/swfdec/gstswfdec.c:
* ext/tarkin/gsttarkin.c:
* ext/xine/xine.c:
* ext/xvid/gstxvid.c:
* gst/cdxaparse/gstcdxaparse.c:
* gst/chart/gstchart.c:
* gst/colorspace/gstcolorspace.c:
* gst/deinterlace/gstdeinterlace.c:
* gst/equalizer/gstiirequalizer.c:
* gst/festival/gstfestival.c:
* gst/filter/gstfilter.c:
* gst/freeze/gstfreeze.c:
* gst/games/gstpuzzle.c:
* gst/librfb/gstrfbsrc.c:
* gst/mixmatrix/mixmatrix.c:
* gst/mpeg1sys/gstmpeg1systemencode.c:
* gst/mpeg1videoparse/gstmp1videoparse.c:
* gst/mpeg2sub/gstmpeg2subt.c:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/multifilesink/gstmultifilesink.c:
* gst/overlay/gstoverlay.c:
* gst/passthrough/gstpassthrough.c:
* gst/playondemand/gstplayondemand.c:
* gst/qtdemux/qtdemux.c:
* gst/rtjpeg/gstrtjpeg.c:
* gst/smooth/gstsmooth.c:
* gst/smoothwave/gstsmoothwave.c:
* gst/spectrum/gstspectrum.c:
* gst/speed/gstspeed.c:
* gst/stereo/gststereo.c:
* gst/switch/gstswitch.c:
* gst/vbidec/gstvbidec.c:
* gst/videocrop/gstvideocrop.c:
* gst/videodrop/gstvideodrop.c:
* gst/virtualdub/gstvirtualdub.c:
* gst/xingheader/gstxingmux.c:
* gst/y4m/gsty4mencode.c:
* sys/cdrom/gstcdplayer.c:
* sys/directdraw/gstdirectdrawplugin.c:
* sys/directsound/gstdirectsoundplugin.c:
* sys/dxr3/dxr3init.c:
* sys/glsink/glimagesink.c:
* sys/qcam/gstqcamsrc.c:
* sys/v4l2/gstv4l2.c:
* sys/vcd/vcdsrc.c:
* sys/ximagesrc/ximagesrc.c:
update to use correct defines
* po/POTFILES.in:
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
v4l2 has translations, pick them up
2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/ximagesrc/ximagesrc.c:

View file

@ -8,11 +8,13 @@ endif
SUBDIRS = \
gst gst-libs sys ext \
m4 common docs tests \
m4 common docs tests po \
$(SUBDIRS_EXAMPLES)
DIST_SUBDIRS = \
gst gst-libs sys ext m4 common docs examples tests
gst gst-libs sys ext \
m4 common docs tests po \
examples
EXTRA_DIST = \
gst-plugins-bad.spec depcomp \

2
common

@ -1 +1 @@
Subproject commit c18b429f2a3698b6fc5e849a637aa0c8b91e82b9
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089

View file

@ -1,21 +1,32 @@
dnl autoconf configuration file for gst-plugins
AC_INIT
AC_CANONICAL_TARGET
AC_PREREQ(2.52)
dnl We disable static building for development, for time savings
dnl this goes before AS_LIBTOOL to appease autoconf
dnl *NOTE*: dnl this line before release, so release does static too
AM_DISABLE_STATIC
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer Bad Plug-ins, 0.10.2.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)
dnl initialize automake
AM_INIT_AUTOMAKE
dnl define PACKAGE_VERSION_* variables
AS_VERSION
dnl check if this is a release version
AS_NANO(GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
dnl define the output header for config
AM_CONFIG_HEADER([config.h])
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 1, 1,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl sets host_* variables
AC_CANONICAL_HOST
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR
@ -26,19 +37,17 @@ AC_SUBST(GST_MAJORMINOR)
AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
AM_CONFIG_HEADER(config.h)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.3
GSTPB_REQ=0.10.3
dnl *** autotools stuff ****
dnl allow for different autotools
AS_AUTOTOOLS_ALTERNATE
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
ACLOCAL_FLAGS="-I m4 -I common/m4"
AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
AC_PROG_CC
AM_PROG_CC_STDC
AM_PROG_AS
AS="${CC}"
AS_PROG_OBJC
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl set up gettext
dnl the version check needs to stay here because autopoint greps for it
@ -46,228 +55,36 @@ AM_GNU_GETTEXT_VERSION([0.11.5])
AM_GNU_GETTEXT([external])
GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR])
dnl *** check for arguments to configure ***
GST_ARG_DEBUG
GST_ARG_PROFILING
GST_ARG_VALGRIND
GST_ARG_GCOV
GST_ARG_EXAMPLES
dnl define LOCALEDIR in config.h
AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
[gettext locale dir])
GST_ARG_WITH_PKG_CONFIG_PATH
GST_ARG_WITH_PACKAGE_NAME
GST_ARG_WITH_PACKAGE_ORIGIN
dnl decide on error flags
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
if test "x$GST_WALL" = "xyes"; then
GST_ERROR="$GST_ERROR -Wall"
if test "x$GST_CVS" = "xyes"; then
AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
fi
fi
dnl determine c++ compiler
AC_PROG_CXX
dnl determine if c++ is available on this system
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
dnl determine c++ preprocessor
AC_PROG_CXXCPP
AC_ISC_POSIX
AC_HEADER_STDC([])
AC_C_INLINE
AX_CREATE_STDINT_H
dnl Check for malloc.h
AC_CHECK_HEADER(malloc.h,[
AC_DEFINE(HAVE_MALLOC_H, 1, [whether malloc.h available])
])
dnl Check for a way to display the function name in debug output
GST_CHECK_FUNCTION()
dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
dnl messages printed when running cvs builds
if test "x$GST_CVS" = "xyes"; then
AC_DEFINE(GST_LEVEL_DEFAULT, GST_LEVEL_ERROR, [Default errorlevel to use])
fi
dnl Check for FIONREAD ioctl declaration :
GST_CHECK_FIONREAD()
GST_DEFAULT_ELEMENTS
dnl ############################################
dnl # Super Duper options for plug-in building #
dnl ############################################
dnl ext plug-ins; plug-ins that have external dependencies
GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
[HAVE_EXTERNAL=yes],enabled,
[
AC_MSG_WARN(building external plug-ins)
BUILD_EXTERNAL="yes"
],[
AC_MSG_WARN(all plug-ins with external dependencies will not be built)
BUILD_EXTERNAL="no"
])
# make BUILD_EXTERNAL available to Makefile.am
AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
dnl experimental plug-ins; stuff that hasn't had the dust settle yet
dnl read 'builds, but might not work'UTO
GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
[HAVE_EXPERIMENTAL=yes],disabled,
[
AC_MSG_WARN(building experimental plug-ins)
USE_TARKIN="yes"
],[
AC_MSG_NOTICE(not building experimental plug-ins)
USE_TARKIN="no"
])
dnl broken plug-ins; stuff that doesn't seem to build at the moment
GST_CHECK_FEATURE(BROKEN, [enable building of broken plug-ins],,
HAVE_BROKEN=yes,disabled,
[
AC_MSG_WARN([building broken plug-ins -- no bug reports on these, only patches :)])
],[
AC_MSG_NOTICE([not building broken plug-ins])
])
dnl ##############################
dnl # Do automated configuration #
dnl ##############################
dnl Check for tools:
dnl ================
dnl allow for different autotools
AS_AUTOTOOLS_ALTERNATE()
dnl modify pkg-config path
AC_ARG_WITH(pkg-config-path,
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
[export PKG_CONFIG_PATH=${withval}])
GST_DOCBOOK_CHECK()
dnl check architecture
GST_ARCH()
dnl check for gconftool-2
dnl this macro defines an am conditional, so it needs to be run always
AM_GCONF_SOURCE_2
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONFTOOL, true)
GST_CHECK_FEATURE(GCONFTOOL, [GConf schemas], , [
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
if test x$GCONFTOOL = xno; then
AC_MSG_WARN(Not installing GConf schemas)
HAVE_GCONFTOOL="no"
else
HAVE_GCONFTOOL="yes"
fi
AC_SUBST(HAVE_GCONFTOOL)
])
dnl check for GConf libraries
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONF, true)
GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
PKG_CHECK_MODULES(GCONF, gconf-2.0, HAVE_GCONF="yes", HAVE_GCONF="no")
AC_SUBST(GCONF_CFLAGS)
AC_SUBST(GCONF_LIBS)
])
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.10.3
GST_PBREQ=0.10.3
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")
if test "x$HAVE_GST" = "xno"; then
AC_MSG_ERROR(no GStreamer found)
fi
GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR`
if test -z $GST_TOOLS_DIR; then
AC_MSG_ERROR([no tools dir defined in GStreamer pkg-config file; core upgrade needed.])
fi
AC_SUBST(GST_TOOLS_DIR)
dnl check for gstreamer-base; uninstalled is selected preferentially
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_PBREQ,
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
if test "x$HAVE_GST_BASE" = "xno"; then
AC_MSG_ERROR(no GStreamer Base Libs found)
fi
AC_SUBST(GST_BASE_LIBS)
AC_SUBST(GST_BASE_CFLAGS)
dnl check for gstreamer-plugins-base; uinstalled is selected preferentially
PKG_CHECK_MODULES(GST_PLUGINS_BASE,
gstreamer-plugins-base-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST_PLUGINS_BASE="yes", HAVE_GST_PLUGINS_BASE="no")
if test "x$HAVE_GST_PLUGINS_BASE" = "xno"; then
AC_MSG_ERROR(no GStreamer Base Plugins development files found)
fi
AC_SUBST(GST_PLUGINS_BASE_LIBS)
AC_SUBST(GST_PLUGINS_BASE_CFLAGS)
dnl Determine endianness
AC_C_BIGENDIAN
dnl Check for fast float to int casting as defined in C99
AC_C99_FUNC_LRINT()
AC_C99_FUNC_LRINTF()
dnl Check for essential libraries first:
dnl ====================================
GST_GLIB_CHECK([2.6.0])
dnl Check for additional libraries that we might use:
dnl =================================================
# we set the defaults always to make sure we have non-empty variables
# for the Makefile
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.0, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
AC_SUBST(LIBOIL_CFLAGS)
AC_SUBST(LIBOIL_LIBS)
if test "x${HAVE_LIBOIL}" = xyes ; then
#AC_DEFINE_UNQUOTED(HAVE_LIBOIL, 1, [Define if liboil is being used])
true
fi
dnl ===========================================================================
dnl ============================= gst plug-ins ================================
dnl ===========================================================================
plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
AC_SUBST(plugindir)
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS -no-undefined"
AC_SUBST(GST_PLUGIN_LDFLAGS)
GST_ARG_EXAMPLES
dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
cdxaparse \
freeze \
speed \
qtdemux \
xingheader \
tta \
"
cdxaparse \
freeze \
speed \
qtdemux \
xingheader \
tta \
"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
modplug \
"
modplug \
"
else
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
fi
@ -276,28 +93,85 @@ AC_SUBST(GST_PLUGINS_ALL)
GST_PLUGINS_SELECTED=""
AC_ARG_WITH(plugins,
AC_HELP_STRING([--with-plugins],[comma-separated list of plug-ins to compile]),
[for i in `echo $withval | tr , ' '`; do
if echo $GST_PLUGINS_ALL | grep $i > /dev/null
then
GST_PLUGINS_SELECTED="$GST_PLUGINS_SELECTED $i"
else
echo "plug-in $i not recognized, ignoring..."
fi
done],
[GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
GST_ARG_WITH_PLUGINS
AC_SUBST(GST_PLUGINS_SELECTED)
GST_ARG_ENABLE_EXTERNAL
dnl ==========================================================================
dnl ============================= sys plug-ins ================================
dnl ==========================================================================
GST_ARG_ENABLE_EXPERIMENTAL
USE_TARKIN=$BUILD_EXPERIMENTAL
dnl ###########################
dnl # Configure external libs #
dnl ###########################
dnl *** checks for platform ***
dnl * hardware/architecture *
dnl common/m4/gst-arch.m4
dnl check CPU type
GST_ARCH
dnl Determine endianness
AC_C_BIGENDIAN
dnl *** checks for programs ***
dnl find a compiler
AC_PROG_CC
AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
dnl check for documentation tools
GTK_DOC_CHECK([1.3])
AS_PATH_PYTHON([2.1])
dnl *** checks for libraries ***
dnl *** checks for header files ***
dnl *** checks for types/defines ***
dnl *** checks for structures ***
dnl *** checks for compiler characteristics ***
dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required
GST_GLIB_CHECK([2.6])
dnl checks for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
dnl FIXME: get rid of this by making sure gstreamer-check brings it in
dnl check for "check", unit testing library/header
AM_PATH_CHECK(0.9.2, HAVE_CHECK=yes, HAVE_CHECK=no)
AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], no)
dnl set license and copyright notice
GST_LICENSE="LGPL"
AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
AC_SUBST(GST_LICENSE)
dnl set location of plugin directory
GST_SET_PLUGINDIR
dnl define an ERROR_CFLAGS Makefile variable
GST_SET_ERROR_CFLAGS($GST_CVS)
dnl define correct level for debugging messages
GST_SET_LEVEL_DEFAULT($GST_CVS)
dnl *** ext plug-ins ***
dnl keep this list sorted alphabetically !
if test "x$BUILD_EXTERNAL" = "xyes"; then
#dnl *** cairo ***
#translit(dnm, m, l) AM_CONDITIONAL(USE_CAIRO, true)
@ -663,52 +537,9 @@ GST_CHECK_FEATURE(TAGLIB, [taglib ID3v2 tag writer], taglib, [
fi
])
dnl *** XVideo ***
dnl Look for the PIC library first, Debian requires it.
dnl Check debian-devel archives for gory details.
dnl 20020110:
dnl At the moment XFree86 doesn't distribute shared libXv due
dnl to unstable API. On many platforms you CAN NOT link a shared
dnl lib to a static non-PIC lib. This is what the xvideo GStreamer
dnl plug-in wants to do. So Debian distributes a PIC compiled
dnl version of the static lib for plug-ins to link to when it is
dnl inappropriate to link the main application to libXv directly.
dnl FIXME: add check if this platform can support linking to a
dnl non-PIC libXv, if not then don not use Xv.
dnl FIXME: perhaps warn user if they have a shared libXv since
dnl this is an error until XFree86 starts shipping one
dnl Check for Xv extension
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
[xvimagesink], [
if test x$HAVE_X = xyes; then
AC_CHECK_LIB(Xv_pic, XvQueryExtension,
HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
$X_LIBS -lXext)
if test x$HAVE_XVIDEO = xyes; then
XVIDEO_LIBS="-lXv_pic -lXext"
AC_SUBST(XVIDEO_LIBS)
else
dnl try again using something else if we didn't find it first
if test x$HAVE_XVIDEO = xno; then
AC_CHECK_LIB(Xv, XvQueryExtension,
HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
$X_LIBS -lXext)
if test x$HAVE_XVIDEO = xyes; then
XVIDEO_LIBS="-lXv -lXext"
AC_SUBST(XVIDEO_LIBS)
fi
fi
fi
fi
])
dnl *** theora ***
translit(dnm, m, l) AM_CONDITIONAL(USE_THEORADEC, true)
GST_CHECK_FEATURE(THEORADEC, [ogg theora codec], theoradec, [
GST_CHECK_FEATURE(THEORADEC, [ogg theora codec], theoraexpdec, [
PKG_CHECK_MODULES(THEORADEC, theoradec, HAVE_THEORADEC="yes", HAVE_THEORADEC="no")
AC_SUBST(THEORADEC_LIBS)
AC_SUBST(THEORADEC_CFLAGS)
@ -719,11 +550,8 @@ dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
dnl renamed to GST_V4L2 because of some conflict with kernel headers
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
HAVE_GST_V4L2="no"
if test "$HAVE_X" = "yes"
then
AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
AC_TRY_COMPILE([
AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
AC_TRY_COMPILE([
#include <sys/types.h>
#include <linux/types.h>
#define _LINUX_TIME_H
@ -734,15 +562,23 @@ GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
#endif
], [
return 0;
], [ HAVE_GST_V4L2="yes" && AC_MSG_RESULT(yes)],
[ HAVE_GST_V4L2="no" && AC_MSG_RESULT(no) &&
AC_CHECK_HEADER(linux/videodev2.h,
[ AC_MSG_WARN([video4linux2 headers were found, but they're old. Please update v4l2 to compile the v4l2 plugins])],
[ AC_MSG_WARN([video4linux2 was not found])])
])
fi
dnl check for missing v4l2_buffer declaration (see #135919)
], [
HAVE_GST_V4L2="yes"
AC_MSG_RESULT(yes)
], [
HAVE_GST_V4L2="no"
AC_MSG_RESULT(no)
AC_CHECK_HEADER(linux/videodev2.h,
[
AC_MSG_WARN([video4linux2 headers were found, but they're old.])
AC_MSG_WARN([Please update v4l2 to compile the v4l2 plugins])
], [
AC_MSG_WARN([video4linux2 was not found])
])
])
if [ test x$HAVE_GST_V4L2 = xyes ]; then
dnl check for missing v4l2_buffer declaration (see #135919)
MISSING_DECL=0
AC_MSG_CHECKING(struct v4l2_buffer declaration)
AC_TRY_COMPILE([
@ -759,67 +595,53 @@ return 0;
if [ test x$MISSING_DECL = x1 ]; then
AC_DEFINE(GST_V4L2_MISSING_BUFDECL, 1, [struct v4l2_buffer missing])
fi
dnl check for XOverlay libraries
GST_CHECK_XV
fi
])
AM_CONDITIONAL(USE_XVIDEO, test "x$HAVE_XVIDEO" = "xyes")
fi dnl of EXT plugins
dnl also add builddir include for enumtypes and marshal
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR"
dnl *** finalize CFLAGS, LDFLAGS, LIBS
AC_SUBST(GST_LIBS)
AC_SUBST(GST_CFLAGS)
dnl Overview:
dnl GST_OPTION_CFLAGS: common flags for profiling, debugging, errors, ...
dnl GST_*: flags shared by built objects to link against GStreamer
dnl GST_ALL_LDFLAGS: linker flags shared by all
dnl GST_LIB_LDFLAGS: additional linker flags for all libaries
dnl GST_LT_LDFLAGS: library versioning of our libraries
dnl GST_PLUGIN_LDFLAGS: flags to be used for all plugins
dnl ######################
dnl # Checks for gtk-doc #
dnl ######################
GTK_DOC_CHECK([1.3])
AS_PATH_PYTHON([2.1])
dnl ############################
dnl # Set up some more defines #
dnl ############################
dnl set license and copyright notice
AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
dnl package name in plugins
AC_ARG_WITH(package-name,
AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
[case "${withval}" in
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
*) GST_PACKAGE="${withval}" ;;
esac],
[
dnl default value
if test "x$GST_CVS" = "xyes"
then
dnl nano >= 1
GST_PACKAGE="GStreamer CVS/prerelease"
else
GST_PACKAGE="GStreamer source release"
dnl GST_OPTION_CFLAGS
if test "x$USE_DEBUG" = xyes; then
PROFILE_CFLAGS="-g"
fi
]
)
AC_MSG_NOTICE(Using $GST_PACKAGE as package name)
AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins])
AC_SUBST(PROFILE_CFLAGS)
dnl package origin URL
AC_ARG_WITH(package-origin,
AC_HELP_STRING([--with-package-origin],[specify package origin URL to use in plugins]),
[case "${withval}" in
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
no) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
*) GST_ORIGIN="${withval}" ;;
esac],
[GST_ORIGIN="http://gstreamer.freedesktop.org/"]) dnl Default value
AC_MSG_NOTICE(Using $GST_ORIGIN as package origin)
AC_DEFINE_UNQUOTED(GST_ORIGIN, "$GST_ORIGIN", [package origin])
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
AC_SUBST(DEPRECATED_CFLAGS)
dnl every flag in GST_OPTION_CFLAGS can be overridden at make time
GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
AC_SUBST(GST_OPTION_CFLAGS)
dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl also add builddir include for enumtypes and marshal
dnl add GST_OPTION_CFLAGS, but overridable
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)
dnl this really should only contain flags, not libs - they get added before
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files ***
dnl #########################
dnl # Make the output files #
dnl #########################
dnl po/Makefile.in
AC_CONFIG_FILES(
@ -863,6 +685,7 @@ ext/swfdec/Makefile
ext/taglib/Makefile
ext/theora/Makefile
ext/xvid/Makefile
po/Makefile.in
docs/Makefile
docs/plugins/Makefile
docs/version.entities
@ -874,15 +697,4 @@ tests/icles/Makefile
)
AC_OUTPUT
echo "configure: *** Core plug-ins, always built:"
( for i in $GST_PLUGINS_ALL; do echo -e '\t'$i; done ) | sort
echo
echo -n "configure: *** Plug-ins relying on libraries that will be built:"
echo -e "$GST_PLUGINS_YES" | sort
echo
echo -n "configure: *** Plug-ins relying on libraries that will NOT be built:"
echo -e "$GST_PLUGINS_NO" | sort
echo
if test "x$BUILD_EXTERNAL" = "xno"; then
echo "configure: *** No external plug-ins will be built"
fi
GST_OUTPUT_PLUGINS

View file

@ -6,7 +6,6 @@ GST_DFBSURFACE
GstDfbSurface
GstDfbVMode
<TITLE>GstDfbVideoSink</TITLE>
GstDfbVideoSink
gst_dfbsurface_get_type
<SUBSECTION Standard>
GST_DFBVIDEOSINK

View file

@ -41,4 +41,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"amrwb",
"Adaptive Multi-Rate Wide-Band",
plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN);

View file

@ -181,4 +181,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"arts",
"arTs filter wrapper",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -278,7 +278,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"artsdsink",
"Plays audio to an aRts server",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
static gboolean gst_artsdsink_open_audio (GstArtsdsink * sink)
{

View file

@ -43,4 +43,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"audiofile",
"Audiofile plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
"Audiofile plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)

View file

@ -431,4 +431,5 @@ static gboolean plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"audioresample",
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)

View file

@ -39,4 +39,4 @@ plugin_init (GstPlugin * p)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "bz2",
"Compress or decompress streams",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -585,4 +585,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"cdaudio",
"Play CD audio through the CD Drive",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -2384,4 +2384,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"dfbvideosink",
"DirectFB video output plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -628,4 +628,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"dtsdec",
"Decodes DTS audio streams",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);

View file

@ -731,4 +731,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"faac",
"Free AAC Encoder (FAAC)",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -1310,4 +1310,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"faad",
"Free AAC Decoder (FAAD)",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -666,4 +666,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"hermescolorspace",
"Hermes colorspace converter",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -41,4 +41,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"tremor",
"OGG Vorbis Tremor plugins element",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -531,4 +531,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"jack",
"Jack Plugin Library", plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
"Jack Plugin Library", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)

View file

@ -489,4 +489,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"lcscolorspace",
"LCS colorspace convertor",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -577,4 +577,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"musepack",
"Musepack decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
"Musepack decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)

View file

@ -404,4 +404,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"trm",
"A trm signature producer",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -402,7 +402,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"nassink",
"uses NAS for audio output",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
static gboolean
gst_nassink_open_audio (GstNassink * sink)

View file

@ -42,4 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"sdl",
"SDL (Simple DirectMedia Layer) support for GStreamer",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -344,4 +344,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"snapshot",
"Dump a frame to a png file",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -877,4 +877,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"sndfile",
"use libsndfile to read and write audio from and to files",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -912,4 +912,4 @@ GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"swfdec",
"Uses libswfdec to decode Flash video streams",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -42,4 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"tarkin",
"Tarkin plugin library",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -169,4 +169,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"xine",
"wrapper for libxine (version " XINE_VERSION ") plugins",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -315,4 +315,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"xvid",
"XviD plugin library", plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
"XviD plugin library", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)

View file

@ -568,4 +568,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"cdxaparse",
"Parse a .dat file (VCD) into raw mpeg1",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -401,4 +401,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"chart",
"Takes frames of data and outputs video frames of a chart of data",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -629,4 +629,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"yuvtorgbcolorspace",
"YUV to RGB colorspace converter",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -410,4 +410,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"deinterlace",
"Deinterlace video", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
"Deinterlace video", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN);

View file

@ -436,4 +436,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"equalizer",
"GStreamer equalizers",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -446,4 +446,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"festival",
"Synthesizes plain text into audio",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);

View file

@ -72,4 +72,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"filter",
"IIR, lpwsinc and bpwsinc audio filter elements",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);

View file

@ -377,7 +377,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"freeze",
"Stream freezer",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
/*
* Local variables:

View file

@ -572,4 +572,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"games",
"a collection of games to showcase features",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -547,4 +547,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"rfbsrc",
"Connects to a VNC server and decodes RFB stream",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -536,4 +536,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"mixmatrix",
"An audio mixer matrix",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -603,4 +603,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"mpeg1sysenc",
"MPEG-1 system stream encoder",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -582,4 +582,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"mpeg1videoparse",
"MPEG-1 video parser",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -1051,4 +1051,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"mpeg2sub",
"MPEG-2 video subtitle parser",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -564,4 +564,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"mpegaudioparse",
"MPEG-1 layer 1/2/3 audio parser",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -682,4 +682,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"multifilesink",
"multiple file sink (sequentially) after new media events",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -364,4 +364,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"overlay",
"Overlay multiple video streams",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -308,4 +308,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"passthrough",
"Transparent filter for audio/raw (boilerplate for effects)",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -570,4 +570,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"playondemand",
"Plays a stream at specific times, or when it receives a signal",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -569,7 +569,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"qtdemux",
"Quicktime stream demuxer",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
static gboolean
gst_qtdemux_handle_sink_event (GstPad * sinkpad, GstEvent * event)

View file

@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"rtjpeg",
"Justin Schoeman's RTjpeg codec",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -345,4 +345,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"smooth",
"Apply a smooth filter to an image",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -443,4 +443,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"smoothwave",
"Fading greyscale waveform display",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -215,4 +215,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"spectrum",
"Run an FFT on the audio signal, output spectrum data",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -791,4 +791,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"speed",
"Set speed/pitch on audio/raw streams (resampler)",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -233,4 +233,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"stereo",
"Muck with the stereo signal, enhance it's 'stereo-ness'",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -495,4 +495,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"switch",
"N-to-1 input switching",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -382,4 +382,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"vbidec",
"Decodes closed captions and XDS data from VBI data",
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -573,4 +573,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"videocrop",
"Crops video into a user defined region",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -380,4 +380,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"videodrop",
"Re-FPS'es video",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -123,4 +123,5 @@ plugin_init (GModule * module, GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"virtualdub",
"VirtualDub", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
"VirtualDub", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN);

View file

@ -377,4 +377,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"xingheader",
"Add a xing header to mp3 encoded data",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -288,4 +288,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"y4menc",
"Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -4,3 +4,6 @@
# sys/dxr3/dxr3audiosink.c
# sys/dxr3/dxr3audiosink.c
# sys/dxr3/dxr3videosink.c
sys/v4l2/v4l2_calls.c
sys/v4l2/v4l2src_calls.c

120
po/af.po
View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
@ -15,65 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Geen lêernaam gespesifiseer."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Kon nie toestel \"%s\" oopmaak vir lees en skryf nie."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Kon nie skryf na lêer \"%s\" nie."
msgid "Device \"%s\" is not a capture device."
msgstr "Toestel \"%s\" is nie 'n vasleggingtoestel nie."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Kon nie oudio-toestel \"%s\" oopmaak vir skryf nie."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Kon nie beheertoestel \"%s\" oopmaak vir skryf nie."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Kon nie oudio-toestel \"%s\" konfigureer nie."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Kon nie klanktoestel \"%s\" verstel na %d Hz nie."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Kon nie oudio-toestel \"%s\" toemaak nie."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Kon nie beheertoestel \"%s\" toemaak nie."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Kon nie video-toestel \"%s\" oopmaak vir skryf nie."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Kon nie video-toestel \"%s\" toemaak nie."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Kon nie skryf na toestel \"%s\" nie."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Kon nie buffers vanaf toestel \"%s\" verkry nie."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Kon nie genoeg buffers vanaf toestel \"%s\" kry nie."
#~ msgid "No filename specified."
#~ msgstr "Geen lêernaam gespesifiseer."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Kon nie skryf na lêer \"%s\" nie."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Kon nie oudio-toestel \"%s\" oopmaak vir skryf nie."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Kon nie beheertoestel \"%s\" oopmaak vir skryf nie."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Kon nie oudio-toestel \"%s\" konfigureer nie."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Kon nie klanktoestel \"%s\" verstel na %d Hz nie."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Kon nie oudio-toestel \"%s\" toemaak nie."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Kon nie beheertoestel \"%s\" toemaak nie."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Kon nie video-toestel \"%s\" oopmaak vir skryf nie."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Kon nie video-toestel \"%s\" toemaak nie."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Fout tydens toemaak van lêer \"%s\"."
@ -201,20 +205,8 @@ msgstr "Kon nie skryf na toestel \"%s\" nie."
#~ msgid "No device specified."
#~ msgstr "Geen toestel gespesifiseer"
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Kon nie toestel \"%s\" oopmaak vir lees en skryf nie."
#~ msgid "Device is not open."
#~ msgstr "Toestel is nie oop nie."
#~ msgid "Device is open."
#~ msgstr "Toestel is oop."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Toestel \"%s\" is nie 'n vasleggingtoestel nie."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Kon nie buffers vanaf toestel \"%s\" verkry nie."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Kon nie genoeg buffers vanaf toestel \"%s\" kry nie."

120
po/az.po
View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@ -16,65 +16,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Fayl adı verilməyib."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "\"%s\" faylı yazma üçün açıla bilmədi."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "\"%s\" avadanlığı oxuma və yazma üçün açıla bilmədi."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "\"%s\" faylına yazıla bilmədi."
msgid "Device \"%s\" is not a capture device."
msgstr "\"%s\" avadanlığı capture avadanlığı deyil."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "\"%s\" audio avadanlığı yazma üçün açıla bilmədi."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "\"%s\" idarə avadanlığı yazma üçün açıla bilmədi."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "\"%s\" audio avadanlığı quraşdırıla bilmədi."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "\"%s\" audio avadanlığı %d Hz-ə keçirilə bilmədi."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "\"%s\" audio avadanlığı bağlana bilmədi."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "\"%s\" idarə avadanlığı bağlana bilmədi."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "\"%s\" video avadanlığı yazma üçün açıla bilmədi."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "\"%s\" video avadanlığı bağlana bilmədi."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "\"%s\" avadanlığına yazıla bilmədi."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "\"%s\" avadanlığından bufferlər alına bilmədi."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "\"%s\" avadanlığından kifayət qədər bufferlər alına bilmədi."
#~ msgid "No filename specified."
#~ msgstr "Fayl adı verilməyib."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "\"%s\" faylı yazma üçün açıla bilmədi."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "\"%s\" faylına yazıla bilmədi."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "\"%s\" audio avadanlığı yazma üçün açıla bilmədi."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "\"%s\" idarə avadanlığı yazma üçün açıla bilmədi."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "\"%s\" audio avadanlığı quraşdırıla bilmədi."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "\"%s\" audio avadanlığı %d Hz-ə keçirilə bilmədi."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "\"%s\" audio avadanlığı bağlana bilmədi."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "\"%s\" idarə avadanlığı bağlana bilmədi."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "\"%s\" video avadanlığı yazma üçün açıla bilmədi."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "\"%s\" video avadanlığı bağlana bilmədi."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "\"%s\" faylı bağlana bilmədi."
@ -202,20 +206,8 @@ msgstr "\"%s\" avadanlığına yazıla bilmədi."
#~ msgid "No device specified."
#~ msgstr "Avadanlıq bildirilməyib."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "\"%s\" avadanlığı oxuma və yazma üçün açıla bilmədi."
#~ msgid "Device is not open."
#~ msgstr "Avadanlıq açıq deyil."
#~ msgid "Device is open."
#~ msgstr "Avadanlıq açıqdır."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "\"%s\" avadanlığı capture avadanlığı deyil."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "\"%s\" avadanlığından bufferlər alına bilmədi."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "\"%s\" avadanlığından kifayət qədər bufferlər alına bilmədi."

120
po/cs.po
View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-08-08 22:58+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@ -18,65 +18,69 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Nezadán název souboru."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Nemohu otevřít soubor \"%s\" pro zápis."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Nemohu otevřít zařízení \"%s\" pro čtení a zápis."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Nemohu zapisovat do souboru \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Zařízení \"%s\" není zachytávací zařízení."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Nemohu otevřít zařízení zvuku \"%s\" pro zápis."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Nemohu otevřít řídicí zařízení \"%s\" pro zápis."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Nemohu nastavit zařízení zvuku \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Nemohu zavřít zařízení zvuku \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Nemohu zavřít řídicí zařízení \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Nemohu otevřít zařízení videa \"%s\" pro zápis."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Nemohu zavřít zařízení videa \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Nemohu zapisovat do zařízení \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Nemohu od zařízení \"%s\" získat vyrovnávací paměti."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Nemohu od zařízení \"%s\" získat dost vyrovnávacích pamětí."
#~ msgid "No filename specified."
#~ msgstr "Nezadán název souboru."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Nemohu otevřít soubor \"%s\" pro zápis."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Nemohu zapisovat do souboru \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Nemohu otevřít zařízení zvuku \"%s\" pro zápis."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Nemohu otevřít řídicí zařízení \"%s\" pro zápis."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Nemohu nastavit zařízení zvuku \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Nemohu zavřít zařízení zvuku \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Nemohu zavřít řídicí zařízení \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Nemohu otevřít zařízení videa \"%s\" pro zápis."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Nemohu zavřít zařízení videa \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Chyba při zavírání souboru \"%s\"."
@ -209,24 +213,12 @@ msgstr "Nemohu zapisovat do zařízení \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Nezadáno zařízení."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Nemohu otevřít zařízení \"%s\" pro čtení a zápis."
#~ msgid "Device is not open."
#~ msgstr "Zařízení není otevřeno."
#~ msgid "Device is open."
#~ msgstr "Zařízení je otevřeno."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Zařízení \"%s\" není zachytávací zařízení."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Nemohu od zařízení \"%s\" získat vyrovnávací paměti."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Nemohu od zařízení \"%s\" získat dost vyrovnávacích pamětí."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n"
@ -14,65 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "No filename specified."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Could not open file \"%s\" for writing."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Could not open device \"%s\" for reading and writing."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Could not write to file \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Device \"%s\" is not a capture device."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Could not open audio device \"%s\" for writing."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Could not open control device \"%s\" for writing."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Could not configure audio device \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Could not set audio device \"%s\" to %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Could not close audio device \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Could not close control device \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Could not open video device \"%s\" for writing."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Could not close video device \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Could not write to device \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Could not get buffers from device \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Could not get enough buffers from device \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "No filename specified."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Could not open file \"%s\" for writing."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Could not write to file \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Could not open audio device \"%s\" for writing."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Could not open control device \"%s\" for writing."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Could not configure audio device \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Could not set audio device \"%s\" to %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Could not close audio device \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Could not close control device \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Could not open video device \"%s\" for writing."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Could not close video device \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Error closing file \"%s\"."
@ -207,20 +211,8 @@ msgstr "Could not write to device \"%s\"."
#~ msgid "No device specified."
#~ msgstr "No device specified."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Could not open device \"%s\" for reading and writing."
#~ msgid "Device is not open."
#~ msgstr "Device is not open."
#~ msgid "Device is open."
#~ msgstr "Device is open."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Device \"%s\" is not a capture device."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Could not get buffers from device \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Could not get enough buffers from device \"%s\"."

120
po/hu.po
View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-07-18 11:03+0200\n"
"Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@ -14,65 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Nincs fájlnév megadva."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Nem lehet írásra megnyitni a(z) \"%s\" fájlt."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Nem lehet olvasásra és írásra megnyitni a(z) \"%s\" eszközt."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Nem lehet írni a(z) \"%s\" fájlba."
msgid "Device \"%s\" is not a capture device."
msgstr "A(z) \"%s\" eszköz nem rögzítőeszköz."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Nem lehet írásra megnyitni a(z) \"%s\" audioeszközt."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Nem lehet írásra megnyitni a(z) \"%s\" vezérlőeszközt."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt %d Hz-re."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Nem lehet lezárni a(z) \"%s\" audioeszközt."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Nem lehet lezárni a(z) \"%s\" vezérlőeszközt."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Nem lehet írásra megnyitni a(z) \"%s\" videoeszközt."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Nem lehet lezárni a(z) \"%s\" videoeszközt."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Nem lehet írni a(z) \"%s\" eszközre."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszköztől."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Nem lehet elég puffert szerezni a(z) \"%s\" eszköztől."
#~ msgid "No filename specified."
#~ msgstr "Nincs fájlnév megadva."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" fájlt."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Nem lehet írni a(z) \"%s\" fájlba."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" audioeszközt."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" vezérlőeszközt."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt %d Hz-re."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Nem lehet lezárni a(z) \"%s\" audioeszközt."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Nem lehet lezárni a(z) \"%s\" vezérlőeszközt."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" videoeszközt."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Nem lehet lezárni a(z) \"%s\" videoeszközt."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Hiba a(z) \"%s\" fájl bezárása közben."
@ -207,20 +211,8 @@ msgstr "Nem lehet írni a(z) \"%s\" eszközre."
#~ msgid "No device specified."
#~ msgstr "Nincs megadva eszköz."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Nem lehet olvasásra és írásra megnyitni a(z) \"%s\" eszközt."
#~ msgid "Device is not open."
#~ msgstr "Az eszköz nincs nyitva."
#~ msgid "Device is open."
#~ msgstr "Az eszköz nyitva van."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "A(z) \"%s\" eszköz nem rögzítőeszköz."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszköztől."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Nem lehet elég puffert szerezni a(z) \"%s\" eszköztől."

120
po/it.po
View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-11-07 19:11+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@ -15,65 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Nessun nome di file specificato."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Impossibile aprire il file «%s» in scrittura."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Impossibile aprire il device «%s» in lettura e scrittura."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Impossibile scrivere sul file «%s»."
msgid "Device \"%s\" is not a capture device."
msgstr "Il device «%s» non è un device di cattura."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Impossibile aprire il device audio «%s» in scrittura."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Impossibile aprire il device di controllo «%s» in scrittura."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Impossibile configurare il device audio «%s»."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Impossibile impostare il device audio «%s» a %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Impossibile chiudere il device audio «%s»."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Impossibile chiudere il device di controllo «%s»."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Impossibile aprire il device video «%s» in scrittura."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Impossibile chiudere il device video «%s»."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Impossibile scrivere sul device «%s»."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Impossibile ottenere dei buffer dal device «%s»."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Impossibile ottenere abbastanza buffer dal device «%s»."
#~ msgid "No filename specified."
#~ msgstr "Nessun nome di file specificato."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Impossibile aprire il file «%s» in scrittura."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Impossibile scrivere sul file «%s»."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Impossibile aprire il device audio «%s» in scrittura."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Impossibile aprire il device di controllo «%s» in scrittura."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Impossibile configurare il device audio «%s»."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Impossibile impostare il device audio «%s» a %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Impossibile chiudere il device audio «%s»."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Impossibile chiudere il device di controllo «%s»."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Impossibile aprire il device video «%s» in scrittura."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Impossibile chiudere il device video «%s»."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Errore nel chiudere il file «%s»."
@ -207,24 +211,12 @@ msgstr "Impossibile scrivere sul device «%s»."
#~ msgid "No device specified."
#~ msgstr "Nessun device specificato."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Impossibile aprire il device «%s» in lettura e scrittura."
#~ msgid "Device is not open."
#~ msgstr "Il device non è aperto."
#~ msgid "Device is open."
#~ msgstr "Il device è aperto."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Il device «%s» non è un device di cattura."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Impossibile ottenere dei buffer dal device «%s»."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Impossibile ottenere abbastanza buffer dal device «%s»."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-10-04 15:54+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@ -14,65 +14,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Ingen filnavn oppgitt."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Kunne ikke åpne filen «%s» for skriving."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Kunne ikke åpne enhet «%s» for lesing og skriving."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Kunne ikke skrive til fil «%s»."
msgid "Device \"%s\" is not a capture device."
msgstr "Enhet «%s» kan ikke fange data."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr ""
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr ""
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Kunne ikke konfigurere lydenhet «%s»."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr ""
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr ""
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr ""
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr ""
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr ""
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:303
#, fuzzy, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Kunne ikke konfigurere lydenhet «%s»."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, fuzzy, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Kunne ikke konfigurere lydenhet «%s»."
#~ msgid "No filename specified."
#~ msgstr "Ingen filnavn oppgitt."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kunne ikke åpne filen «%s» for skriving."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Kunne ikke skrive til fil «%s»."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Feil under lukking av fil «%s»."
@ -176,14 +156,8 @@ msgstr ""
#~ msgid "No device specified."
#~ msgstr "Ingen enhet oppgitt."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Kunne ikke åpne enhet «%s» for lesing og skriving."
#~ msgid "Device is not open."
#~ msgstr "Enheten er ikke åpen."
#~ msgid "Device is open."
#~ msgstr "Enheten er åpen."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Enhet «%s» kan ikke fange data."

120
po/nl.po
View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-08-05 16:26+0200\n"
"Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@ -15,65 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Geen bestandsnaam opgegeven."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Kon \"%s\" niet openen om te schrijven."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Kon apparaat \"%s\" niet openen voor lezen en schrijven."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Kon niet schrijven naar bestand \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Apparaat \"%s\" is niet een opvangapparaat."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Kon geluidsapparaat \"%s\" niet openen om te schrijven."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Kon instelapparaat \"%s\" niet openen om te schrijven."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Kon geluidsapparaat \"%s\" niet configureren."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Kon geluidsapparaat \"%s\" niet instellen op %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Kon geluidsapparaat \"%s\" niet sluiten."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Kon instelapparaat \"%s\" niet sluiten."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Kon videoapparaat \"%s\" niet openen om te schrijven."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Kon videoapparaat \"%s\" niet sluiten."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Kon niet schrijven naar apparaat \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Kon geen buffers opvragen van apparaat \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Kon niet voldoende buffers opvragen van apparaat \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "Geen bestandsnaam opgegeven."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kon \"%s\" niet openen om te schrijven."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Kon niet schrijven naar bestand \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Kon geluidsapparaat \"%s\" niet openen om te schrijven."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Kon instelapparaat \"%s\" niet openen om te schrijven."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Kon geluidsapparaat \"%s\" niet configureren."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Kon geluidsapparaat \"%s\" niet instellen op %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Kon geluidsapparaat \"%s\" niet sluiten."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Kon instelapparaat \"%s\" niet sluiten."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Kon videoapparaat \"%s\" niet openen om te schrijven."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Kon videoapparaat \"%s\" niet sluiten."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Fout bij sluiten bestand \"%s\"."
@ -208,24 +212,12 @@ msgstr "Kon niet schrijven naar apparaat \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Geen apparaat opgegeven."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Kon apparaat \"%s\" niet openen voor lezen en schrijven."
#~ msgid "Device is not open."
#~ msgstr "Apparaat is niet geopend."
#~ msgid "Device is open."
#~ msgstr "Apparaat is geopend."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Apparaat \"%s\" is niet een opvangapparaat."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Kon geen buffers opvragen van apparaat \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Kon niet voldoende buffers opvragen van apparaat \"%s\"."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

120
po/or.po
View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@ -16,65 +16,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "କୌଣସି ଫାଇଲନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "\"%s\" ଫାଇଲ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "\"%s\" ଯନ୍ତ୍ର ପଢ଼ିବା ଓ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "\"%s\" ଫାଇଲ ଲେଖିହେଲା ନାହିଁ."
msgid "Device \"%s\" is not a capture device."
msgstr "\"%s\" ଯନ୍ତ୍ର ଗୋଟିଏ ଅନୁଲିପିକାର ନୁହେଁ."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ରକୁ %d ହର୍ଜରେ ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "\"%s\" ଯନ୍ତ୍ରରେ ଲେଖିହେଲା ନାହିଁ."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ପର୍ଯ୍ଯାପ୍ତ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
#~ msgid "No filename specified."
#~ msgstr "କୌଣସି ଫାଇଲନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "\"%s\" ଫାଇଲ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "\"%s\" ଫାଇଲ ଲେଖିହେଲା ନାହିଁ."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ରକୁ %d ହର୍ଜରେ ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "\"%s\" ଫାଇଲ ବନ୍ଦ କରିବାରେ ତ୍ରୁଟି."
@ -207,24 +211,12 @@ msgstr "\"%s\" ଯନ୍ତ୍ରରେ ଲେଖିହେଲା ନାହିଁ
#~ msgid "No device specified."
#~ msgstr "କୌଣସି ଯନ୍ତ୍ର ଉଲ୍ଲେଖିତ କରାଯାଇ ନାହିଁ."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "\"%s\" ଯନ୍ତ୍ର ପଢ଼ିବା ଓ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
#~ msgid "Device is not open."
#~ msgstr "ଯନ୍ତ୍ର ଖୋଲାଯାଇ ନାହିଁ."
#~ msgid "Device is open."
#~ msgstr "ଯନ୍ତ୍ର ଖୋଲାଯାଇଚ୍ଛି."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "\"%s\" ଯନ୍ତ୍ର ଗୋଟିଏ ଅନୁଲିପିକାର ନୁହେଁ."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ପର୍ଯ୍ଯାପ୍ତ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

120
po/sq.po
View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n"
@ -14,65 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Nuk është përcaktuar emri i file."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "E pamundur hapja e file \"%s\" në shkrim."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "E pamundur hapja e dispozitivit \"%s\" për lexim dhe shkrim."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "I pamundur shkrimi tek file \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Dispozitivi \"%s\" nuk është një dispozitiv marrje."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "E pamundur hapja e dispozitivit të zërit \"%s\" për shkrim."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "E pamundur hapja e dispozitivit të kontrollit \"%s\" për shkrim."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "I pamundur konfigurimi i dispozitivit të zërit \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "I pamundur rregullimi i dispozitivit audio \"%s\" në %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "E pamundur mbyllja e dispozitivit audio \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "E pamundur mbyllja e dispozitivit të kontrollit \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "E pamundur hapja e dispozitivit video \"%s\" për shkrim."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "E pamundur mbyllja e dispozitivit video \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "E pamundur marrja e buffers nga dispozitivi \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "E pamundur marrja e buffers të mjaftueshëm nga dispozitivi \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "Nuk është përcaktuar emri i file."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "E pamundur hapja e file \"%s\" në shkrim."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "I pamundur shkrimi tek file \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "E pamundur hapja e dispozitivit të zërit \"%s\" për shkrim."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "E pamundur hapja e dispozitivit të kontrollit \"%s\" për shkrim."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "I pamundur konfigurimi i dispozitivit të zërit \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "I pamundur rregullimi i dispozitivit audio \"%s\" në %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "E pamundur mbyllja e dispozitivit audio \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "E pamundur mbyllja e dispozitivit të kontrollit \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "E pamundur hapja e dispozitivit video \"%s\" për shkrim."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "E pamundur mbyllja e dispozitivit video \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Gabim gjatë mbylljes së file \"%s\"."
@ -207,24 +211,12 @@ msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Nuk është përcaktuar asnjë dispozitiv."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "E pamundur hapja e dispozitivit \"%s\" për lexim dhe shkrim."
#~ msgid "Device is not open."
#~ msgstr "Dispozitivi nuk është hapur."
#~ msgid "Device is open."
#~ msgstr "Dispozitivi është i hapur."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Dispozitivi \"%s\" nuk është një dispozitiv marrje."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "E pamundur marrja e buffers nga dispozitivi \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "E pamundur marrja e buffers të mjaftueshëm nga dispozitivi \"%s\"."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

120
po/sr.po
View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
@ -16,65 +16,69 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : (n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Име датотеке није задато."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Не могу да отворим датотеку „%s“ ради уписа."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Не могу да пишем у датотеку „%s“."
msgid "Device \"%s\" is not a capture device."
msgstr "Уређај „%s“ не представља уређај за снимање."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Не могу да отворим звучни уређај „%s“ ради уписа."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Не могу да отворим управљачки уређај „%s“ ради уписа."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Не могу да подесим звучни уређај „%s“."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Не могу да поставим звучни уређај „%s“ на %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Не могу да отворим радио уређај '%s'"
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Не могу да затворим управљачки уређај „%s“."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Не могу да отворим видео уређај „%s“ ради уписа."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Не могу да затворим видео уређај „%s“."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Не могу да пишем на видео уређај „%s“."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Не могу да примим бафере са уређаја „%s“."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Не могу да примим довољно бафера са уређаја „%s“."
#~ msgid "No filename specified."
#~ msgstr "Име датотеке није задато."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Не могу да отворим датотеку „%s“ ради уписа."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Не могу да пишем у датотеку „%s“."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Не могу да отворим звучни уређај „%s“ ради уписа."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Не могу да отворим управљачки уређај „%s“ ради уписа."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Не могу да подесим звучни уређај „%s“."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Не могу да поставим звучни уређај „%s“ на %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Не могу да отворим радио уређај '%s'"
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Не могу да затворим управљачки уређај „%s“."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Не могу да отворим видео уређај „%s“ ради уписа."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Не могу да затворим видео уређај „%s“."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Грешка при затварању датотеке „%s“."
@ -203,20 +207,8 @@ msgstr "Не могу да пишем на видео уређај „%s“."
#~ msgid "No device specified."
#~ msgstr "Уређај није наведен."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
#~ msgid "Device is not open."
#~ msgstr "Уређај није отворен."
#~ msgid "Device is open."
#~ msgstr "Уређај је отворен."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Уређај „%s“ не представља уређај за снимање."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Не могу да примим бафере са уређаја „%s“."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Не могу да примим довољно бафера са уређаја „%s“."

123
po/sv.po
View file

@ -2,13 +2,13 @@
# Copyright (C) 2004 Free Software Foundation, Inc.
# Christian Rose <menthos@menthos.com>, 2004.
#
# $Id: sv.po,v 1.25 2005/10/26 13:40:33 thomasvs Exp $
# $Id: sv.po,v 1.26 2006/04/01 10:09:11 thomasvs Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-08-03 20:53+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -16,65 +16,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Inget filnamn angivet."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Kunde inte öppna filen \"%s\" för skrivning."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Kunde inte öppna enheten \"%s\" för läsning och skrivning."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Kunde inte skriva till filen \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Enheten \"%s\" är ingen fångstenhet."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Kunde inte öppna ljudenheten \"%s\" för skrivning."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Kunde inte öppna styrenheten \"%s\" för skrivning."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Kunde inte konfigurera ljudenheten \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Kan inte ställa in ljudenheten \"%s\" till %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Kunde inte stänga ljudenheten \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Kunde inte stänga styrenheten \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Kunde inte öppna videoenheten \"%s\" för skrivning."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Kunde inte stänga vidoeenheten \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Kunde inte skriva till enheten \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Kunde inte få tag i buffertar från enheten \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Kunde inte få tag i tillräckligt många buffertar från enheten \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "Inget filnamn angivet."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kunde inte öppna filen \"%s\" för skrivning."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Kunde inte skriva till filen \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Kunde inte öppna ljudenheten \"%s\" för skrivning."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Kunde inte öppna styrenheten \"%s\" för skrivning."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Kunde inte konfigurera ljudenheten \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Kan inte ställa in ljudenheten \"%s\" till %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Kunde inte stänga ljudenheten \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Kunde inte stänga styrenheten \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Kunde inte öppna videoenheten \"%s\" för skrivning."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Kunde inte stänga vidoeenheten \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Fel vid stängning av filen \"%s\"."
@ -222,25 +226,12 @@ msgstr "Kunde inte skriva till enheten \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Ingen enheten angiven."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Kunde inte öppna enheten \"%s\" för läsning och skrivning."
#~ msgid "Device is not open."
#~ msgstr "Enheten är inte öppen."
#~ msgid "Device is open."
#~ msgstr "Enheten är öppen."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Enheten \"%s\" är ingen fångstenhet."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Kunde inte få tag i buffertar från enheten \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr ""
#~ "Kunde inte få tag i tillräckligt många buffertar från enheten \"%s\"."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

120
po/uk.po
View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2004-08-03 15:40+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@ -15,65 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Не вказаний файл."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Не вдається відкрити файл \"%s\" для запису."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Не вдається відкрити пристрій \"%s\" для читання чи запису."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Не вдається записати у файл \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Пристрій \"%s\" не є пристроєм захоплення."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Не вдається відкрити звуковий пристрій \"%s\" для запису."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Не вдається відкрити пристрій керування \"%s\" для запису."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Не вдається настроїти звуковий пристрій \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Не вдається встановити частоту \"%s\" у %d Гц."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Не вдається закрити звуковий пристрій \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Не вдається закрити пристрій керування \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Не вдається відкрити відео пристрій \"%s\" для запису."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Не вдається закрити відео пристрій \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Не вдається записати у пристрій \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Не вдається отримати буфери від пристрою \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Не вдається отримати достатньо буферів від пристрою \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "Не вказаний файл."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Не вдається відкрити файл \"%s\" для запису."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Не вдається записати у файл \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Не вдається відкрити звуковий пристрій \"%s\" для запису."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Не вдається відкрити пристрій керування \"%s\" для запису."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Не вдається настроїти звуковий пристрій \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Не вдається встановити частоту \"%s\" у %d Гц."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Не вдається закрити звуковий пристрій \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Не вдається закрити пристрій керування \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Не вдається відкрити відео пристрій \"%s\" для запису."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Не вдається закрити відео пристрій \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Помилка закривання файлу \"%s\"."
@ -212,20 +216,8 @@ msgstr "Не вдається записати у пристрій \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Пристрій не вказано."
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Не вдається відкрити пристрій \"%s\" для читання чи запису."
#~ msgid "Device is not open."
#~ msgstr "Пристрій не відкритий."
#~ msgid "Device is open."
#~ msgstr "Пристрій відкритий."
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Пристрій \"%s\" не є пристроєм захоплення."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Не вдається отримати буфери від пристрою \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Не вдається отримати достатньо буферів від пристрою \"%s\"."

120
po/vi.po
View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-26 15:32+0200\n"
"POT-Creation-Date: 2006-03-31 23:33+0200\n"
"PO-Revision-Date: 2005-01-22 17:17+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@ -16,65 +16,69 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ext/sndfile/gstsf.c:586
msgid "No filename specified."
msgstr "Chưa ghi rõ tên tập tin."
#: ext/sndfile/gstsf.c:625
#: sys/v4l2/v4l2_calls.c:409
#, c-format
msgid "Could not open file \"%s\" for writing."
msgstr "Đã không mở được tập tin \"%s\" để ghi."
msgid "Could not open device \"%s\" for reading and writing."
msgstr "Đã không mở được thiết bị \"%s\" để đọc và ghi."
#: ext/sndfile/gstsf.c:839
#: sys/v4l2/v4l2_calls.c:423
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Đã không ghi được vào tập tin \"%s\"."
msgid "Device \"%s\" is not a capture device."
msgstr "Thiết bị \"%s\" không bắt gì được."
#: sys/dxr3/dxr3audiosink.c:298
#, c-format
msgid "Could not open audio device \"%s\" for writing."
msgstr "Đã không mở được thiết bị âm thanh \"%s\" để ghi."
#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
#, c-format
msgid "Could not open control device \"%s\" for writing."
msgstr "Đã không mở được thiết bị điều khiển \"%s\" để ghi."
#: sys/dxr3/dxr3audiosink.c:343
#, c-format
msgid "Could not configure audio device \"%s\"."
msgstr "Đã không định cầu hình được thiết bị âm thanh \"%s\"."
#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
#, c-format
msgid "Could not set audio device \"%s\" to %d Hz."
msgstr "Đã không đặt được thiết bị âm thanh \"%s\" thành %d Hz."
#: sys/dxr3/dxr3audiosink.c:422
#, c-format
msgid "Could not close audio device \"%s\"."
msgstr "Đã không đóng được thiết bị âm thanh \"%s\"."
#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
#, c-format
msgid "Could not close control device \"%s\"."
msgstr "Đã không đóng được thiết bị điều khiển \"%s\"."
#: sys/dxr3/dxr3videosink.c:271
#, c-format
msgid "Could not open video device \"%s\" for writing."
msgstr "Đã không mở được thiết bị ảnh động \"%s\" để ghi."
#: sys/dxr3/dxr3videosink.c:301
#, c-format
msgid "Could not close video device \"%s\"."
msgstr "Đã không đóng được thiết bị ảnh động \"%s\"."
#: sys/dxr3/dxr3videosink.c:453
#: sys/v4l2/v4l2src_calls.c:127
#, c-format
msgid "Could not write to device \"%s\"."
msgstr "Đã không ghi được vào thiết bị \"%s\"."
#: sys/v4l2/v4l2src_calls.c:303
#, c-format
msgid "Could not get buffers from device \"%s\"."
msgstr "Đã không gọi được bộ đệm nào từ thiết bị \"%s\"."
#: sys/v4l2/v4l2src_calls.c:315
#, c-format
msgid "the driver of device \"%s\" is broken."
msgstr ""
#: sys/v4l2/v4l2src_calls.c:325
#, c-format
msgid "Could not get enough buffers from device \"%s\"."
msgstr "Đã không gọi được đủ bộ đệm từ thiết bị \"%s\"."
#~ msgid "No filename specified."
#~ msgstr "Chưa ghi rõ tên tập tin."
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Đã không mở được tập tin \"%s\" để ghi."
#~ msgid "Could not write to file \"%s\"."
#~ msgstr "Đã không ghi được vào tập tin \"%s\"."
#~ msgid "Could not open audio device \"%s\" for writing."
#~ msgstr "Đã không mở được thiết bị âm thanh \"%s\" để ghi."
#~ msgid "Could not open control device \"%s\" for writing."
#~ msgstr "Đã không mở được thiết bị điều khiển \"%s\" để ghi."
#~ msgid "Could not configure audio device \"%s\"."
#~ msgstr "Đã không định cầu hình được thiết bị âm thanh \"%s\"."
#~ msgid "Could not set audio device \"%s\" to %d Hz."
#~ msgstr "Đã không đặt được thiết bị âm thanh \"%s\" thành %d Hz."
#~ msgid "Could not close audio device \"%s\"."
#~ msgstr "Đã không đóng được thiết bị âm thanh \"%s\"."
#~ msgid "Could not close control device \"%s\"."
#~ msgstr "Đã không đóng được thiết bị điều khiển \"%s\"."
#~ msgid "Could not open video device \"%s\" for writing."
#~ msgstr "Đã không mở được thiết bị ảnh động \"%s\" để ghi."
#~ msgid "Could not close video device \"%s\"."
#~ msgstr "Đã không đóng được thiết bị ảnh động \"%s\"."
#~ msgid "Error closing file \"%s\"."
#~ msgstr "Lỗi khi đóng tập tin \"%s\"."
@ -209,24 +213,12 @@ msgstr "Đã không ghi được vào thiết bị \"%s\"."
#~ msgid "No device specified."
#~ msgstr "Chưa ghi rõ thiết bị nào"
#~ msgid "Could not open device \"%s\" for reading and writing."
#~ msgstr "Đã không mở được thiết bị \"%s\" để đọc và ghi."
#~ msgid "Device is not open."
#~ msgstr "Thiết bị chưa mở"
#~ msgid "Device is open."
#~ msgstr "Thiết bị mở rồi"
#~ msgid "Device \"%s\" is not a capture device."
#~ msgstr "Thiết bị \"%s\" không bắt gì được."
#~ msgid "Could not get buffers from device \"%s\"."
#~ msgstr "Đã không gọi được bộ đệm nào từ thiết bị \"%s\"."
#~ msgid "Could not get enough buffers from device \"%s\"."
#~ msgstr "Đã không gọi được đủ bộ đệm từ thiết bị \"%s\"."
#~ msgid ""
#~ "The %s element could not be found. This element is essential for "
#~ "playback. Please install the right plug-in and verify that it works by "

View file

@ -361,4 +361,4 @@ plugin_init (GstPlugin * plugin)
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "cdplayer", "CD Player", plugin_init, VERSION, GST_LICENSE, /* ? */
GST_PACKAGE, GST_ORIGIN);
GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);

View file

@ -39,4 +39,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"directdraw",
"DIRECTDRAW plugin library",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"directsound",
"DIRECTSOUND plugin library",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -53,4 +53,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"dxr3",
"dxr3 mpeg video board elements",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -809,4 +809,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"glimagesink",
"OpenGL video output plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -446,4 +446,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"qcamsrc",
"Read from a QuickCam device",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -63,4 +63,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"video4linux2",
"elements for Video 4 Linux",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -650,4 +650,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"vcdsrc",
"Asynchronous read from VCD disk",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)

View file

@ -827,4 +827,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"ximagesrc",
"XFree86 video input plugin based on standard Xlib calls",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)